Extending Flash |
|
|
|
| Objects > Document object > document.selectAll() | |||
Flash MX 2004.
document.selectAll()
None.
Nothing.
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.
The following example selects everything that is currently visible to the user:
fl.getDocumentDOM().selectAll();
document.selection, document.selectNone()
|
|
|
|