User Guide
450 Appendix B: XML to UI
<label value="Select clip with labeled frames:" control="target"/>
<targetlist id="target" class="movieclip" />
</hbox>
<hbox>
<checkbox id="stop" label="gotoAndStop? (vs gotoAndPlay)"
checked="false" />
</hbox>
</vbox>
</dialog>
<choosefile>
Availability
Flash MX 2004.
Usage
<choosefile
id="myID"
literal="true|false"
pathtype="relative|absolute"
required="true|false"
size="mySize"
tabindex="myIdx"
type="open|save"
value="myValue"
width="myWidth"/>
Attributes
id
String; represents a unique identification string that is used by the extensibility features to
identify the control and access the value it returns.
literal Boolean value; if true then the value returned from this control is enclosed by
quotation marks (""). If
false, which is the default setting, the returned value does not have
quotation marks.("").
pathtype String; the two possible values are relative and absolute.
required Boolean value: if true, then the OK button cannot function until a value is entered
for this control; if
false, the control has no effect on the OK button.
size Number; an integer that sets the width of the input field using the average character
width.
tabindex Number; an integer used to set the control’s position in the tab order (available only
on Windows).
type String; can be either "open" or "save".
value String; default text that appears in the text input area.
width Number; sets the width of the text input area measured in pixels.
Child tags
None.