MACROMEDIA FLASH MX 2004-USING FLASH Use Manual page 443

Hide thumbs Also See for FLASH MX 2004-USING FLASH:
Table of Contents

Advertisement

Child tags
None.
Parent tag
,
<hbox>
<vbox>
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:
The following example adds a separator bar and removes the
<dialog id="NamedFrameCuePointDialog" title="Labeled Frame CuePoint
Navigation" buttons="accept, cancel">
<vbox>
<label value="Select clip with labeled frames:" control="target"
required="true" />
tags:
<hbox>
<separator>
443

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents