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>
Summary of Contents for FLASH 8-FLASH
Page 1: ...Using Flash ...
Page 12: ...12 Contents ...
Page 110: ...110 Using Symbols Instances and Library Assets ...
Page 128: ...128 Working with Color Strokes and Fills ...
Page 156: ...156 Drawing ...
Page 190: ...190 Working with Text ...
Page 224: ...224 Working with Graphic Objects ...
Page 270: ...270 Creating Motion ...
Page 310: ...310 Working with Video ...
Page 362: ...362 Working with Screens Flash Professional Only ...
Page 386: ...386 Creating Multilanguage Text ...
Page 454: ...454 Data Integration Flash Professional Only ...
Page 500: ...500 Publishing ...
Page 534: ...534 Creating Accessible Content ...