248
Chapter 3: Objects
Screen object
Availability
Flash MX 2004.
Description
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
Property summary for the Screen object
The Screen object has the following properties:
Properties
Description
screen.accName
Property; a string that is equivalent to the Name field in the Accessibility
panel.
screen.childScreens
Read-only; the array of child screens for this screen. The array is empty if
there are no child screens.
screen.description
Property; a string that is equivalent to the Description field in the
Accessibility panel.
screen.forceSimple
Property; a Boolean value that enables and disables accessibility for the
object’s children.
screen.hidden
Property; a Boolean value that specifies whether a screen is visible.
screen.instanceName
Read-only; a string that represents the instance name used to access the
object from ActionScript.
screen.name
Read-only; a string that represents the name of the screen.
screen.nextScreen
Read-only; an object that represents the next peer screen in the parent’s
childScreen
array.
screen.parameters
Read-only; an array of ActionScript properties that are accessible from
the screen Property inspector.
screen.parentScreen
Read-only; an object that represents the parent screen.
screen.prevScreen
Read-only; an object that represents the previous peer screen in the
parent’s
childScreen
array.
screen.silent
Property; a Boolean value that specifies whether the object is accessible.
screen.tabIndex
Property; equivalent to the Tab Index field in the Accessibility panel.
screen.timeline
Read-only;
the
Timeline object
for the screen.
CHAPTER 3
Objects
Summary of Contents for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Page 1: ...Flash JavaScript Dictionary ...
Page 16: ...16 Contents ...
Page 40: ...40 Chapter 2 Top level functions ...
Page 368: ...368 Chapter 3 Objects ...