MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 428

Extending flash
Table of Contents

Advertisement

symbolInstance.tabIndex
Availability
Flash MX 2004.
Usage
symbolInstance.tabIndex
Description
Property; an integer that is equivalent to the Tab index field in the Accessibility panel. Creates
a tab order in which objects are accessed when the user presses the Tab key. This property is
not available for graphic symbols.
Example
The following example sets the
property of the mySymbol object to 3 and displays
tabIndex
that value in the Output panel:
var mySymbol = fl.getDocumentDOM().selection[0];
mySymbol.tabIndex = 3;
fl.trace(mySymbol.tabIndex);
428
Objects

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents