EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 306

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
306 Chapter 12: ActionScript Dictionary
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 tabIndex
property on a button, movie clip, or text field instance; it is
undefined by default.
If any currently displayed object in the SWF file contains a
tabIndex property, automatic tab
ordering is disabled, and the tab ordering is calculated from the
tabIndex properties of objects in
the SWF file. The custom tab ordering only includes objects that have
tabIndex properties.
The
tabIndex property may be an non-negative integer. The objects are ordered according to
their
tabIndex properties, in ascending order. An object with a tabIndex value of 1 precedes an
object with a
tabIndex value of 2. If two objects have the same tabIndex value, the one that
precedes the other in the tab ordering is
undefined.
The custom tab ordering defined by the
tabIndex property is flat. This means that no attention
is paid to the hierarchical relationships of objects in the SWF file. All objects in the SWF file with
tabIndex properties are placed in the tab order, and the tab order is determined by the order of
the
tabIndex values. If two objects have the same tabIndex value, the one that goes first is
undefined. You shouldnt use the same
tabIndex value for multiple objects.
See also
Button.tabEnabled
, MovieClip.tabChildren, MovieClip.tabEnabled,
MovieClip.tabIndex, TextField.tabIndex
Button._target
Availability
Flash Player 6.
Usage
myButton._target
Description
Property (read-only); returns the target path of the button instance specified by my_btn.
See also
targetPath

Table of Contents

Related product manuals