ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > Accessibility | |||
Object
|
+-Accessibility
public class Accessibility
extends Object
The Accessibility class manages communication with screen readers. Screen readers are a type of assistive technology for visually impaired users that provides an audio version of screen content. The methods of the Accessibility class are static--that is, you don't have to create an instance of the class to use its methods.
To get and set accessible properties for a specific object, such as a button, movie clip, or text field, use the _accProps property. To determine whether the player is running in an environment that supports accessibility aids, use System.capabilities.hasAccessibility.
Availability: ActionScript 1.0; Flash Player 6
hasAccessibility (capabilities.hasAccessibility property), _accProps property
Properties inherited from class Object
constructor (Object.constructor property), __proto__ (Object.__proto__ property), prototype (Object.prototype property), __resolve (Object.__resolve property)
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
Indicates whether an accessibility aid is currently active and the player is communicating with it. |
|
|
|
updateProperties |
Causes all changes to |
Methods inherited from class Object
|
|
|
|