Text.silent; Text.tabindex - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

text.silent

Availability
Flash MX 2004.
Usage
text.silent
Description
Property; a Boolean value that specifies whether the object is accessible. This is equivalent to the
inverse logic of the Make Object Accessible setting in the Accessibility panel. That is, if
, Make Object Accessible is deselected. If it is
true
Example
The following example determines if the object is accessible (a value of
accessible):
var isSilent =
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].silent;
The following example sets the object to be accessible:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].silent =
false;

text.tabIndex

Availability
Flash MX 2004.
Usage
text.tabIndex
Description
Property; an integer that is equivalent to the Tab Index field in the Accessibility panel. This value
lets you determine the order in which objects are accessed when the user presses the Tab key.
Example
The following example gets the
var theTabIndex = fl.getDocumentDOM().selection[0].tabIndex;
The following example sets the
fl.getDocumentDOM().selection[0].tabIndex = 1;
false
of the currently selected object:
tabIndex
of the currently selected object:
tabIndex
, Make Object Accessible is selected.
means that it is
false
is
silent
Text object
319

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents