Accprops Property - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

_accProps property

_accProps.propertyName
instanceName._accProps.propertyName
Lets you control screen reader accessibilityoptions for SWF files, movie clips, buttons,
dynamic text fields, and input textfields at runtime. Theseproperties override the
corresponding settings available in the Accessibilitypanel 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 the System.capabilities.hasAccessibility() method .
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
is equivalent to deselecting the Make Movie Accessible or Make Object Accessible
true
option.
Property
silent
forceSimple
name
description
shortcut
For the Shortcut field, use names of the form Control+A. Adding a keyboard shortcut to the
Accessibility panel doesn't create a keyboard shortcut; it merely advises screen readers of an
existing shortcut. For information on assigninga keyboard shortcut to an accessible object, see
Key.addListener()
114
ActionScript language elements
Data type
Boolean
Boolean
String
String
String
.
_accProps
Equivalent in
Accessibility panel
Make Movie
Accessible/ Make
Object Accessible
(inverse logic)
Make Child Objects
Accessible (inverse
logic)
Name
Description
Shortcut
property , its equivalent
property to
silent
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
Whole SWF files
Movie clips Buttons
Dynamic text Input text
Movie clips Buttons
Input text

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents