MACROMEDIA FLASH 8-USING FLASH Use Manual page 611

Using flash
Table of Contents

Advertisement

Example
The following example uses the <grid>, <columns> and <rows> tags to define a dialog box. To
see how this dialog box works with a JavaScript API command, see the example for
.
<menulist>
<dialog id="scale-dialog" title="Scale Selection" buttons="accept, cancel">
<grid>
<columns>
<column/>
<column/>
</columns>
<rows>
<row align="center">
<label value="Scale x: " control="xScale"/>
<textbox id="xScale"/>
</row>
<row align="center">
<label value="Scale y:" control="yScale"/>
<textbox id="yScale" />
</row>
</rows>
</grid>
</dialog>
<hbox>
Availability
Flash MX 2004.
Usage
<hbox>
...
child tags
...
</hbox>
Attributes
None.
Child tags
<hbox>, <vbox>
Parent tag
,
<dialog>
<hbox>,<vbox>
<hbox>
611

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents