User Guide
ScreenOutline object 265
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 slide1,
slide2, slide3, and slide4 in the screen outline:
myArray = new Array("slide1", "slide2", "slide3", "slide4");
fl.getDocumentDOM().screenOutline.setSelectedScreens(myArray, true);