EasyManua.ls Logo

MACROMEDIA FLASH 8-USING FLASH - Page 640

MACROMEDIA FLASH 8-USING FLASH
678 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
640 XML to UI
Description
Control tag; creates the pop-up menu of a pop-up menu control, and must contain at least
one
<menuitem> tag.
Example
The following example creates a pop-up menu control with eight elements. To see the XML
definition of the entire dialog box, see the example for
<menulist>.
<menulist id="registration">
<menupop>
<menuitem label="top left"/>
<menuitem label="top center"/>
<menuitem label="top right"/>
<menuitem label="center left"/>
<menuitem label="center"/>
<menuitem label="center right"/>
<menuitem label="bottom left"/>
<menuitem label="bottom center"/>
<menuitem label="bottom right"/>
</menupop>
</menulist>
<menuitem>
Availability
Flash MX 2004.
Usage
<menulist>
<menupop>
<menuitem
label="displayText"
value="itemValue"/>
...
<menuitem
label="displayText"
value="itemValue"/>
</menupop>

Table of Contents

Related product manuals