642 XML to UI
<popupslider>
Availability
Flash MX 2004.
Usage
<popupslider
id="myLabel"
tabindex=""
minvalue=""
maxvalue=""/>
Attributes
id String; represents a unique identification string that is used by the extensibility features
to identify the control and access the value it returns.
tabindex Number; an integer that represents the control’s position in the tab order
(available only on Windows).
minvalue Number; an integer that represents the minimum value.
maxvalue Number; an integer that represents the maximum value.
Child tags
None.
Parent tag
<dialog>, <hbox>, <row>, <vbox>
Description
Control tag; creates a pop-up slider control (this is not part of the XUL standard).
Example
The following example uses the JavaScript API to create a new command that appears on the
Commands menu. Create two files, as described in this section, and place them in your
Commands folder in your user-level configuration folder. For more information, see
“Configuration folders installed with Flash” in Getting Started with Flash.