MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 269

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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
Data type
Boolean
silent
Boolean
forceSimple
name
String
description
String
String
shortcut
*
For information on assigning a keyboard shortcut to an accessible object, see Key.addListener().
To specify settings that correspond to the Tab index setting in the Accessibility panel, use the
,
Button.tabIndex
MovieClip.tabIndex
There is no way to specify an Auto Label setting at runtime.
When used without the
to the whole movie. For example, the following code sets the Accessibility
whole movie to the string
to effect that change.
_accprops.name = "Pet Store";
Accessbility.updateProperties();
In contrast, the following code sets the
to the string
price_mc
price_mc._accProps.name = "Price";
Accessbility.updateProperties();
.
Equivalent in Accessibility panel
Make Movie Accessible/
Make Object Accessible
(inverse logic)
Make Child Objects Accessible
(inverse logic)
Name
Description
Shortcut*
, or
parameter, changes made to
instanceName
, and then calls
"Pet Store"
property for a movie clip with the instance name
name
:
"Price"
_accProps
property to
silent
TextField.tabIndex
Accessibility.updateProperties()
property, its equivalent
is equivalent to
true
Applies to
Whole movies
Movie clips
Buttons
Dynamic text
Input text
Whole movies
Movie clips
Whole movies
Movie clips
Buttons
Input text
Whole movies
Movie clips
Buttons
Dynamic text
Input text
Movie clips
Buttons
Input text
property.
properties apply
_accProps
property for the
name
_accProps
269

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

Table of Contents