Flash 8 Documentation |
|||
| 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
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
isActive |
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 addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toString, unwatch, valueOf, watch
Version 8
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/8/main/00001894.html