MACROMEDIA FLASH 8-USING FLASH Use Manual page 638

Using flash
Table of Contents

Advertisement

Second, create a file named Convert to Symbol.xml and place it in your Commands folder.
Place the following code into the file and save the file:
<dialog id="convertToSymbolDlg" title="Convert to Symbol" buttons="accept,
cancel">
<grid>
<columns>
<column/>
<column/>
</columns>
<rows>
<row align="right">
<label value="Name: " control="name" align="right"/>
<textbox id="name" value="Symbol 1"/>
</row>
<row><spacer/></row>
<row align="right">
<label value="Behavior:" control="type" align="right"/>
<radiogroup id="type">
<radio label="Movie clip"/>
<radio label="Button"/>
<radio label="Graphic"/>
</radiogroup>
</row>
<row align="right">
<label value="Registration:" control="registration"/>
<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>
</row>
</rows>
</grid>
</dialog>
638
XML to UI

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents