Description
Method; changes the screen with a specified name to a new name.
Example
The following example changes the name of slide1 to Intro:
fl.getDocumentDOM().screenOutline.renameScreen("Intro", "slide1");
screenOutline.rootScreen
Availability
Flash MX 2004.
Usage
screenOutline.rootScreen
Description
Read-only property; the first screen in the screen outline. You can use
as a shortcut for
.
screenOutline.rootScreen
screenOutline.screens[0]
Example
The following example displays the name of the first child of the first screen in the
screen outline:
fl.trace(fl.getDocumentDOM().screenOutline.rootScreen.childScreens[0].name)
;
screenOutline.screens
Availability
Flash MX 2004.
Usage
screenOutline.screens
Description
Read-only property; the array of top level Screen objects contained in the document (see
Screen
object).
384
Objects
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers