Flash CS3 Documentation |
|||
| Extending Flash > Objects > Screen object | |||
Flash MX 2004.
The Screen object represents a single screen in a slide or form document. This object contains properties related to the slide or form. For access to the array of all Screen objects in the document, use the following code:
fl.getDocumentDOM().screenOutline.screens
The Screen object has the following properties:
|
Properties |
Description |
|---|---|
|
A string that is equivalent to the Name field in the Accessibility panel. |
|
|
Read-only; the array of child screens for this screen. The array is empty if there are no child screens. |
|
|
A string that is equivalent to the Description field in the Accessibility panel. |
|
|
A Boolean value that enables and disables accessibility for the object's children. |
|
|
A Boolean value that specifies whether a screen is visible. |
|
|
Read-only; a string that represents the instance name used to access the object from ActionScript. |
|
|
Read-only; a string that represents the name of the screen. |
|
|
Read-only; an object that represents the next peer screen in the parent's |
|
|
Read-only; an array of ActionScript 2.0 properties that are accessible from the screen Property inspector. |
|
|
Read-only; an object that represents the parent screen. |
|
|
Read-only; an object that represents the previous peer screen in the parent's |
|
|
A Boolean value that specifies whether the object is accessible. |
|
|
Equivalent to the Tab Index field in the Accessibility panel. |
|
|
Read-only; the Timeline object for the screen. See Timeline object. |
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00004354.html