MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 53

Extending flash
Table of Contents

Advertisement

compiledClipInstance.tabIndex
Availability
Flash MX 2004.
Usage
compiledClipInstance.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.
Example
The following example illustrates getting and setting the
property:
tabIndex
// Get the tabIndex of the object.
var theTabIndex = fl.getDocumentDOM().selection[0].tabIndex;
// Set the tabIndex of the object.
fl.getDocumentDOM().sele ction[0].tabIndex = 1;
CompiledClipInstance object
53

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