EasyManua.ls Logo

MACROMEDIA FLASH 8-USING FLASH - Page 638

MACROMEDIA FLASH 8-USING FLASH
678 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
638 XML to UI
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>

Table of Contents

Related product manuals