Button.tabIndex
Availability
Flash Player 6.
Usage
my_btn.tabIndex
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 may be an non-negative integer. The objects are ordered according to
tabIndex
their
properties, in ascending order. An object with a
tabIndex
object with a
tabIndex
precedes 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
undefined. You shouldn't use the same
See also
Button.tabEnabled
MovieClip.tabIndex
Button._target
Availability
Flash Player 6.
Usage
myButton._target
Description
Property (read-only); returns the target path of the button instance specified by
See also
targetPath
306
Chapter 12: ActionScript Dictionary
value of
. If two objects have the same
2
undefined
tabIndex
tabIndex
,
MovieClip.tabChildren
,
TextField.tabIndex
undefined
property, automatic tab
tabIndex
tabIndex
tabIndex
tabIndex
.
property is flat. This means that no attention
value, the one that goes first is
tabIndex
value for multiple objects.
,
MovieClip.tabEnabled
tabIndex
by default.
properties of objects in
properties.
tabIndex
value of
precedes an
1
value, the one that
,
.
my_btn
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?