Description
Method; selects the specified screens in the screen outline. If multiple screens are specified, the
screen with the last index value of the selection array is focused on the Stage.
Example
The following example deselects any currently selected screens, and then selects screens
,
, and slide4 in the screen outline:
slide2
slide3
myArray = new Array("slide1", "slide2", "slide3", "slide4");
fl.getDocumentDOM().screenOutline.setSelectedScreens(myArray, true);
slide1
ScreenOutline object
265
,
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