referenceScreen
parameter is omitted, the new screen is inserted after the currently selected screen. If the
referenceScreen
screen, and a child screen of the same parent. This parameter is optional.
screenTypeName
type and classname are set for this screen. Acceptable values are
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 )
Parameters
screenToMove
referenceScreen
A string that specifies where to move the screen in relation to
position
Acceptable values are
Returns
A Boolean value:
Description
Method; moves the specified screen in relation to the value of the
either before, after, as the first child, or as the last child.
A string indicating the name of the screen before the new screen. If this
parameter identifies a child screen, the new screen will be a peer of the child
A string that specifies the screen type to attach to the new screen. The screen
A string that is the screen name to move.
A string that specifies the screen near which
,
"before"
"after"
if the move is successful;
true
,
, or
"firstChild"
"lastChild"
otherwise.
false
and
. This
"Form"
"Slide"
will be placed.
screenToMove
referenceScreen
.
parameter;
referenceScreen
ScreenOutline object
.
261
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?