User Guide
818 Chapter 2: ActionScript Language Reference
System.capabilities.hasAccessibility
Availability
Flash Player 6.
Usage
System.capabilities.hasAccessibility:Boolean
Description
Read-only property: a Boolean value that is true if the player is running in an environment that
supports communication between Flash Player and accessibility aids;
false otherwise. The server
string is
ACC.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasAccessibility);
See also
Accessibility.isActive(), Accessibility.updateProperties(), _accProps