Accessibility Class - MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

>>>= (bitwise unsigned right shift and assignment)
Availability
Flash Player 5.
Usage
expression1 >>>= expression2
Parameters
expression1
expression2
Returns
Nothing.
Description
Operator (bitwise compound assignment); performs an unsigned bitwise right-shift operation
and stores the contents as a result in
A >>>= B
A = (A >>> B)
See also
>>> (bitwise unsigned right shift)

Accessibility class

Availability
Flash Player 6 version 65.
Description
The Accessibility class manages communication with screen readers. 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
supports accessibility aids, use
Method summary for the Accessibility class
Method
Accessibility.isActive()
Accessibility.updateProperties()
266
Chapter 12: ActionScript Dictionary
A number or expression to be shifted left.
A number or expression that converts to an integer from 0 to 31.
expression1
property. To determine whether the player is running in an environment that
System.capabilities.hasAccessibility
. The following two expressions are equivalent:
,
>>= (bitwise right shift and assignment)
Description
Indicates whether a screen reader program is active.
Updates the description of objects on the screen for screen
readers.
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents