capabilities.hasAccessibility Property | Flash 6 |
indicates whether the Player supports Microsoft Active Accessibility (MSAA) | read/write |
In Flash Player 6, the Boolean hasAccessibility property is true if the Player supports accessibility. At the time of this writing, only the Windows ActiveX version of Flash Player 6 supports accessibility (via Microsoft Active Accessibility, MSAA). MSAA is a Microsoft API that exposes an application's user interface elements to screen readers and other accessibility aids, such as GW Micro's Window-Eyes (http://www.gwmicro.com).
Movies that rely on accessibility aids should check that both hasAccessibility and Accessibility.isActive( ) return true before sending any accessibility information. The hasAccessibility property tells us that the Player supports accessibility, but the Accessibility.isActive( ) method tells us that a screen reader is actually running and communicating with the Flash Player.
For more information on MSAA, see:
See the Accessibility object for more details on accessibility.
The corresponding server string for hasAccessibility is ACC, with possible values of t (true) and f (false). See capabilities.serverString for details.