616
XML to UI
Description
Layout tag; creates a separator bar that displays vertically in an <hbox> and horizontally in a
<vbox>.
Example
The following example adds a separator bar to the Labeled Frame Cuepoint Navigation
behavior dialog box. The current dialog box, which comes with Flash MX 2004, is defined in
the file CuePointNamedFrame.xml.
<dialog id="NamedFrameCuePointDialog" title="Labeled Frame CuePoint
Navigation" buttons="accept, cancel">
<vbox>
<hbox>
<label value="Select clip with labeled frames:" control="target"
required="true" />
<targetlist id="target" class="movieclip" />
</hbox>
<hbox>
<checkbox id="stop" label="gotoAndStop? (vs gotoAndPlay)"
checked="false" />
</hbox>
</vbox>
</dialog>
These tags produce the following dialog box:
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 ...