User Guide

Screen object 367
screen.accName
Availability
Flash MX 2004.
Usage
screen.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 stores the value of the name of the object in the theName variable:
var theName = fl.getDocumentDOM().screenOutline.screens[1].accName;
The following example sets the name of the object to "Home Button":
fl.getDocumentDOM().screenOutline.screens[1].accName = 'Home Button';
screen.childScreens
Availability
Flash MX 2004.
Usage
screen.childScreens
Description
Read-only property; the array of child screens for this screen. The array is empty if there are
no child screens.
screen.tabIndex Property; equivalent to the Tab Index field in the Accessibility panel.
screen.timeline Read-only; the Timeline object for the screen. See Timeline object.
Properties Description