MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 416

Extending flash
Table of Contents

Advertisement

Property
symbolInstance.silent
symbolInstance.symbolType
symbolInstance.tabIndex
symbolInstance.accName
Availability
Flash MX 2004.
Usage
symbolInstance.accName
Description
Property; a string that is equivalent to the Name field in the Accessibility panel. Screen readers
identify objects by reading the name aloud. This property is not available for graphic symbols.
Example
The following example stores the value for the Accessibility panel name of the object in the
variable:
theName
var theName = fl.getDocumentDOM().selection[0].accName;
The following example sets the value for the Accessibility panel name of the object to
:
Button"
fl.getDocumentDOM().selection[0].accName = "Home Button";
416
Objects
Description
A Boolean value that enables or disables the
accessibility of the object; equivalent to the inverse logic
of the Make Object Accessible setting in the
Accessibility panel.
A string that specifies the type of symbol; equivalent to
the value for Behavior in the Create New Symbol and
Convert To Symbol dialog boxes.
An integer that is equivalent to the Tab index field in the
Accessibility panel.
"Home

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents