library.selectAll()
Availability
Flash MX 2004.
Usage
library.selectAll( [ bSelectAll ] )
Parameters
A Boolean value that specifies whether to select or deselect all items in the
bSelectAll
library. Omit this parameter or use the default value of
to select all the items in the
true
library;
deselects all library items. This parameter is optional.
false
Returns
Nothing.
Description
Method; selects or deselects all items in the library.
Example
The following examples select all the items in the library:
fl.getDocumentDOM().library.selectAll();
fl.getDocumentDOM().library.selectAll(true);
The following examples deselect all the items in the library:
fl.getDocumentDOM().library.selectAll(false);
fl.getDocumentDOM().library.selectNone();
library.selectItem()
Availability
Flash MX 2004.
Usage
library.selectItem( namePath [, bReplaceCurrentSelection [, bSelect ] ] )
library object
323
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?