Extending Flash |
|
|
|
| Objects > library object > library.selectNone() | |||
Flash MX 2004.
library.selectNone()
None.
Nothing.
Method; deselects all the library items.
The following examples deselect all the items in the library:
fl.getDocumentDOM().library.selectNone(); fl.getDocumentDOM().library.selectAll(false);
|
|
|
|