About menu item types

There are four kinds of menu items, specified by the type attribute:

<menu>
    <menuitem label="Normal Item" />
    <menuitem type="separator" />
    <menuitem label="Checkbox Item" type="check" instanceName="check_1"/>
    <menuitem label="RadioButton Item" type="radio" groupName="radioGroup_1" />
</menu> 

Related topics


Flash CS3