Screenoutline.insertnestedscreen(); Screenoutline.insertscreen() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

fl.trace(myArray[i].name)
}

screenOutline.insertNestedScreen()

Availability
Flash MX 2004.
Usage
screenOutline.insertNestedScreen( [ name [, referenceScreen [, screenTypeName
] ] ])
Parameters
A string indicating the name of the new screen to insert. An empty name will insert a
name
screen with a default screen name, such as Slide
number). This parameter is optional.
The optional
referenceScreen
which the new screen is inserted as a child. If this parameter is not specified, the new screen is
inserted as a child of the currently selected screen.
The optional
screenTypeName
attach to the new nested screen. The screen type and classname will be set for this screen. If this
parameter is not specified, the type is inherited from the parent screen. Acceptable values are
and
"Form"
"Slide"
Returns
A
Screen
object.
Description
Method; inserts a nested screen of a specific type into a particular location in the screen outline.
Example
The following example inserts slide2 as a child of slide1:
fl.getDocumentDOM().screenOutline.insertNestedScreen("slide2", "slide1",
"Slide");

screenOutline.insertScreen()

Availability
Flash MX 2004.
Usage
screenOutline.insertScreen( [name [, referenceScreen [, screenTypeName ] ] ])
Parameters
A string indicating the name of the new screen to insert. If this parameter is omitted, the
name
method inserts a screen with a default screen name, such as Slide
available unique number). This parameter is optional.
260
Chapter 3: Objects
parameter is a string indicating the name of the screen into
parameter is a string that specifies the name of the screen type to
.
or Form
(where
n
n
n
or Form
n
is the first available unique
(where
is the first
n
n

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents