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

See also

hasAccessibility (capabilities.hasAccessibility property), _accProps property

Property summary

Properties inherited from class Object

constructor, __proto__, prototype, __resolve


Method summary

Modifiers

Signature

Description

static

isActive() : Boolean

Indicates whether an accessibility aid is currently active and the player is communicating with it.

static

updateProperties() : Void

Causes all changes to _accProps (accessibility properties) objects to take effect.

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