See also
,
ScreenOutline object
document.allowScreens()
document.selectAll()
Availability
Flash MX 2004.
Usage
document.selectAll()
Parameters
None.
Returns
Nothing.
Description
Method; selects all items on the Stage. This method is equivalent to pressing Control+A
(Windows) or Command+A (Macintosh) or selecting Edit > Select All.
Example
The following example selects everything that is currently visible to the user:
fl.getDocumentDOM().selectAll();
See also
,
document.selection
document.selectNone()
document.selection
Availability
Flash MX 2004.
Usage
document.selection
Description
Property; an array of the selected objects in the document. If nothing is selected, returns an
array of length zero. If no document is open, returns
.
null
Document object
141
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers