MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 384

Extending flash
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents