MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 710

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Description
Property; lets you customize the tab ordering of objects in a SWF file. You can set the
property on a button, movie clip, or text field instance; it is
If any currently displayed object in the SWF file contains a
ordering is disabled, and the tab ordering is calculated from the
the SWF file. The custom tab ordering only includes objects that have
The
property must be a positive integer. The objects are ordered according to their
tabIndex
properties, in ascending order. An object with a
tabIndex
with a
tabIndex
the other in the tab ordering is
The custom tab ordering defined by the
is paid to the hierarchical relationships of objects in the SWF file. All objects in the SWF file with
properties are placed in the tab order, and the tab order is determined by the order of
tabIndex
the
values. If two objects have the same
tabIndex
. You shouldn't use the same
undefined
See also
Button.tabIndex
TextField._target
Availability
Flash Player 6.
Usage
my_txt._target
Description
Property (read-only); the target path of the text field instance specified by
TextField.text
Availability
Flash Player 6.
Usage
my_txt.text
Description
Property; indicates the current text in the text field. Lines are separated by the carriage return
character ('\r', ASCII 13). This property contains the normal, unformatted text in the text field,
without HTML tags, even if the text field is HTML.
See also
TextField.htmlText
710
Chapter 12: ActionScript Dictionary
value of 2. If two objects have the same
undefined
,
MovieClip.tabIndex
undefined
tabIndex
tabIndex
tabIndex
.
property is flat. This means that no attention
tabIndex
value, the one that goes first is
tabIndex
value for multiple objects.
tabIndex
by default.
property, automatic tab
properties of objects in
tabIndex
properties.
tabIndex
value of
precedes an object
1
value, the one that precedes
.
my_txt
tabIndex

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents