Flash Lite 2.x and 3.0 ActionScript Language Reference

hasAccessibility (capabilities.hasAccessibility property)

public static hasAccessibility : Boolean [read-only]

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.

Note: For Flash Lite 2.0, the value returned is always false.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.hasAccessibility);