MACROMEDIA FLASH 8-USING FLASH Use Manual page 621

Using flash
Table of Contents

Advertisement

Example
The following example redefines the
example with
<vbox>
<dialog id="skew-dialog" title="Skew Selection" buttons="accept, cancel">
<vbox>
<hbox>
<label value="Skew x: " control="xSkew" align="left"/>
<popupslider id="xSkew" minvalue="-180" maxvalue="180"/>
</hbox>
<hbox>
<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
tags instead of the
<grid>
been added to show how these container tags are used to define the layout:
<grid>
and
tags instead:
<hbox>
tag. Red and blue outlines of the VBox and HBox containers have
-based dialog box used in the
<popupslider>
and
<vbox>
<hbox>
<vbox>
621

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-USING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF