screenOutline.getSelectedScreens()
Availability
Flash MX 2004.
Usage
screenOutline.getSelectedScreens()
Parameters
None.
Returns
An array of selected Screen objects (see
Description
Method; returns an array of Screen objects that are currently selected in the screen outline.
Example
The following example stores the selected Screen objects in the
the screen names in the Output panel:
var myArray = fl.getDocumentDOM().screenOutline.getSelectedScreens();
for (var i in myArray) {
fl.trace(myArray[i].name)
}
screenOutline.insertNestedScreen()
Availability
Flash MX 2004.
Usage
screenOutline.insertNestedScreen( [ name [, referenceScreen [,
screenTypeName ] ] ])
380
Objects
Screen
object).
variable and displays
myArray
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?