_accProps
95
_accProps
Availability
Flash Player 6.65.
Usage
_accProps.
propertyName
instanceName
._accProps.
propertyName
Parameters
propertyName
An accessibility property name (see the following description for valid names).
instanceName
The instance name assigned to an instance of a movie clip, button, dynamic text
field, or input text field. To refer to the
_accProps
object that represents the entire Flash
document, omit
instanceName
.
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.updateProperties()
. For information on the
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
_accProps
property, its equivalent
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
silent
property to
true
is equivalent to
deselecting the Make Movie Accessible or Make Object Accessible option.
Property
Data type
Equivalent in Accessibility panel
Applies to
silent
Boolean
Make Movie Accessible/
Make Object Accessible
(inverse logic)
Whole SWF files
Movie clips
Buttons
Dynamic text
Input text
forceSimple
Boolean
Make Child Objects Accessible
(inverse logic)
Whole SWF files
Movie clips
name
String
Name
Whole SWF files
Movie clips
Buttons
Input text
CHAPTER 2
ActionScript Language Reference
Summary of Contents for FLASH MX
Page 1: ...ActionScript Language Reference ...
Page 20: ...20 Contents ...
Page 24: ...24 Chapter 1 Introduction ...
Page 145: ...Button onKeyDown 145 See also Button onKeyUp ...
Page 202: ...202 Chapter 2 ActionScript Language Reference See also break default strict equality switch ...
Page 282: ...282 Chapter 2 ActionScript Language Reference See also break continue while ...
Page 383: ...LoadVars addRequestHeader 383 See also XML addRequestHeader ...
Page 388: ...388 Chapter 2 my_lv load place a valid URL pointing to a text file here ...
Page 463: ...Microphone setRate 463 See also Microphone rate ...
Page 469: ...Microphone silenceLevel 469 See also Microphone gain Microphone setSilenceLevel ...
Page 480: ...480 Chapter 2 ActionScript Language Reference See also Mouse addListener ...
Page 529: ...MovieClip globalToLocal 529 See also MovieClip getBounds MovieClip localToGlobal ...
Page 612: ...612 Chapter 2 ActionScript Language Reference See also MovieClipLoader onLoadStart ...
Page 623: ...NetConnection class 623 See also NetStream class Video attachVideo ...
Page 649: ...Number 649 See also NaN Number class ...
Page 679: ...on 679 on release trace X this _x trace Y this _y stopDrag See also onClipEvent ...
Page 683: ...onUpdate 683 buttonLabel textColor my_mc labelColor ...
Page 788: ...788 Chapter 2 ActionScript Language Reference See also private public ...
Page 1001: ...Video height 1001 my_mc _height my_mc my_video height See also MovieClip _height Video width ...
Page 1022: ...1022 Chapter 2 ActionScript Language Reference See also XML createElement ...
Page 1057: ...XML xmlDecl 1057 See also XML docTypeDecl XML toString ...
Page 1070: ...1070 Chapter 2 ActionScript Language Reference ...
Page 1104: ...1104 Appendix Deprecated Language Elements ...