User Guide
1074 Screen class (Flash Professional only)
At runtime, when the Speaker 1 SWF file is loaded into the placeholder slide, the overall slide
presentation would have the following structure:
Structure of “master” and “speaker” presentation (runtime)
The properties and methods of the Screen, Slide, and Form classes “ignore” this
contentHolder node as much as possible. That is, the slide named MyPresentation (along
with its subslides) is part of the contiguous slide tree rooted at the Presentation slide, and is
not treated as a separate subtree.
Screen class (API) (Flash Professional
only)
Inheritance MovieClip > UIObject class > UIComponent class > View > Loader
component > Screen
ActionScript Class Name mx.screens.Screen
The methods, properties, and events of the Screen class allow you to create and manipulate
screens at runtime.
Method summary for the Screen class
The following table lists the method of the Screen class.
Method Description
Screen.getChildScreen() Returns the child screen of this screen at a particular index.
Inserted at runtime by Loader class