Textbox - MACROMEDIA FLASH MX 2004-USING FLASH Use Manual

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

Advertisement

Description
Control tag; creates a control that lists all instances of a class and lets the user select an instance.
Example
The following example is excepted from the Load Graphic behavior definition file. The tags
define a targetlist control that lets users select a movie clip into which a graphic will be loaded.
For the complete dialog box definition, see the Graphic_load_graphic.xml file in the Behaviors
folder.
<vbox>
<label value=""/>
<label value="Select the movie clip into which to load the graphic:"/>
<targetlist id="target" class="movieclip"/>
</vbox>
The control created by the
<textbox>
Availability
Flash MX 2004.
Usage
<textbox
id = "myID"
literal = "true|false"
maxlength = "myLength"
multiline = "true|false"
size = "mySize"
tabindex = "myIdx"
value = "myValue"/>
468
Appendix B: XML to UI
tag is shown in the following figure:
<targetlist>

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents