Button - MACROMEDIA FLASH MX 2004-USING FLASH Use Manual

Hide thumbs Also See for FLASH MX 2004-USING FLASH:
Table of Contents

Advertisement

<label value="Skew y:" control="ySkew" align="left"/>
<popupslider id="ySkew" minvalue="-180" maxvalue="180"/>
</hbox>
<hbox>
<label value="Edge:" control="edge" align="left"/>
<menulist id="edge">
<menupop>
<menuitem label="top center"/>
<menuitem label="right center"/>
<menuitem label="bottom center"/>
<menuitem label="left center"/>
</menupop>
</menulist>
</hbox>
</vbox>
</dialog>
The following figure shows the Skew Selection dialog box defined using
instead of the
<grid>
added to show how these container tags are used to define the layout:
<button>
Availability
Flash MX 2004.
Usage
<button
id="myID"
label="myLabel"
tabindex="myIdx"
accesskey="myChar"/>
Attributes
String; represents a unique identification string that is used by the extensibility features to
id
identify the control and access the value it returns.
String; text that appears on the button.
label
tag. Red and blue outlines of the VBox and HBox containers have been
and
tags
<vbox>
<hbox>
<button>
447

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents