_accProps
Availability
Flash Player 6.65.
Usage
_accProps.propertyName
instanceName._accProps.propertyName
Parameters
propertyName
instanceName
field, or input text field. To refer to the
document, omit
Description
Property; lets you control screen reader accessibility options for SWF files, movie clips, buttons,
dynamic text fields, and input text fields at runtime. These properties override the corresponding
settings available in the Accessibility panel during authoring. For changes to these properties to
take effect, you must call
Accessibility panel, see "The Flash Accessibility panel" in Using Flash.
To determine whether the player is running in an environment that supports accessibility aids, use
System.capabilities.hasAccessibility
The following table lists the name and data type of each
setting in the Accessibility panel, and the kinds of objects to which the property can be applied.
The term inverse logic means that the property setting is the inverse of the corresponding setting
in the Accessibility panel. For example, setting the
deselecting the Make Movie Accessible or Make Object Accessible option.
Property
silent
forceSimple
name
An accessibility property name (see the following description for valid names).
The instance name assigned to an instance of a movie clip, button, dynamic text
.
instanceName
Accessibility.updateProperties()
Data type
Equivalent in Accessibility panel
Boolean
Make Movie Accessible/
Make Object Accessible
(inverse logic)
Boolean
Make Child Objects Accessible
(inverse logic)
String
Name
ActionScript Language Reference
object that represents the entire Flash
_accProps
.
_accProps
property to
silent
CHAPTER 2
. For information on the
property, its equivalent
is equivalent to
true
Applies to
Whole SWF files
Movie clips
Buttons
Dynamic text
Input text
Whole SWF files
Movie clips
Whole SWF files
Movie clips
Buttons
Input text
_accProps
95
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?