ScreenOutline object
Availability
Flash MX 2004.
Description
The ScreenOutline object represents the group of screens in a slide or form document. The object
is accessed by using
The ScreenOutline object exists only if the document is a slide or form document, so before
accessing the property, use
as shown in the following example:
if(fl.getDocumentDOM().allowScreens) {
var myName =
fl.getDocumentDOM().screenOutline.rootScreen.childScreens[0].name;
fl.trace("The name of the screen is " + myName + ". ");
}
Method summary for the ScreenOutline object
You can use the following methods with the ScreenOutline object:
Method
screenOutline.copyScreenFromFile()
screenOutline.deleteScreen()
screenOutline.duplicateScreen()
screenOutline.getSelectedScreens()
screenOutline.insertNestedScreen()
screenOutline.insertScreen()
screenOutline.moveScreen()
screenOutline.renameScreen()
screenOutline.setCurrentScreen()
256
Chapter 3: Objects
fl.getDocumentDOM().screenOutline.
document.allowScreens()
Description
Method; inserts all the screens, or a named screen and its
children, from a specified document under the currently
selected screen.
Method; deletes the currently selected screen(s), or a
specified screen, and the children of the screen(s).
Method; duplicates the currently selected screen(s) or a
specified screen.
Method; returns an array of Screen objects that are
currently selected in the screen outline.
Method; inserts a nested screen of a specific type into a
particular location in the screen outline.
Method; inserts a new blank screen of a specified type
into the document at a specified location.
Method; moves the specified screen in relation to the
value of the
after, as the first child, or as the last child.
Method; changes the screen with a specified name to a
new name.
Method; lets the current selection in the screen outline to
the specified screen.
to verify that a Screens document exists,
parameter; either before,
referenceScreen
CHAPTER 3
Objects
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?