Chapter 6: compiledclipinstance object, Compiledclipinstance.accname – Adobe Extending Flash Professional CS5 User Manual
Page 64
42
Last updated 5/2/2011
Chapter 6: CompiledClipInstance object
Inheritance
>
Availability
Flash MX 2004.
Description
The CompiledClipInstance object is a subclass of the Instance object. It is essentially an instance of a movie clip that
has been converted to a compiled clip library item (see
Property summary
In addition to the properties of the
, the CompiledClipInstance object has the following properties:
compiledClipInstance.accName
Availability
Flash MX 2004.
Usage
compiledClipInstance.accName
Description
Property; a string that is equivalent to the Name field in the Accessibility panel. Screen readers identify objects by
reading the name aloud.
Example
The following example gets and sets the accessibility name of the first selected object:
Property
Description
A string that is equivalent to the Name field in the Accessibility panel.
compiledClipInstance.actionScript
A string that represents the ActionScript for this instance; equivalent to
compiledClipInstance.description
A string that is equivalent to the Description field in the Accessibility panel.
compiledClipInstance.forceSimple
A Boolean value that enables and disables the children of the object to be
accessible.
A string that is equivalent to the Shortcut field in the Accessibility panel.
A Boolean value that enables or disables the accessibility of the object;
equivalent to the inverse logic of the Make Object Accessible setting in the
Accessibility panel.
An integer that is equivalent to the Tab Index field in the Accessibility panel.