MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 382

Extending flash
Table of Contents

Advertisement

Parameters
A string indicating the name of the new screen to insert. If this parameter is omitted,
name
the method inserts a screen with a default screen name, such as Slide
or Form
(where
is
n
n
n
the first available unique number). This parameter is optional.
A string indicating the name of the screen before the new screen. If this
referenceScreen
parameter is omitted, the new screen is inserted after the currently selected screen. If the
parameter identifies a child screen, the new screen will be a peer of the
referenceScreen
child screen, and a child screen of the same parent. This parameter is optional.
A string that specifies the screen type to attach to the new screen. The
screenTypeName
screen type and classname are set for this screen. Acceptable values are
and
.
"Form"
"Slide"
This parameter is optional.
Returns
A
Screen
object.
Description
Method; inserts a new blank screen of a specified type into the document at a specified
location.
Example
The following example inserts a form named slide2 after the screen named slide1:
fl.getDocumentDOM().screenOutline.insertScreen("slide2","slide1","Form");
The following example inserts a slide named slide4 after the screen slide3:
fl.getDocumentDOM().screenOutline.insertScreen("slide4","slide3","Slide");
screenOutline.moveScreen()
Availability
Flash MX 2004.
Usage
screenOutline.moveScreen( screenToMove, referenceScreen, position )
382
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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents