![MACROMEDIA FLASH 8-EXTENDING FLASH Manual Download Page 325](http://html1.mh-extra.com/html/macromedia/flash-8-extending-flash/flash-8-extending-flash_manual_3348049325.webp)
library object
325
Description
Method; deselects all the library items.
Example
The following examples deselect all the items in the library:
fl.getDocumentDOM().library.selectNone();
fl.getDocumentDOM().library.selectAll(false);
library.setItemProperty()
Availability
Flash MX 2004.
Usage
library.setItemProperty(
property
,
value
)
Parameters
property
A string that is the name of the property to set. For a list of properties, see the
Property summary for the Item object
and property summaries for its subclasses. To see which
objects are subclasses of the Item object, see
Summary of the DOM structure
.
value
The value to assign to the specified property.
Returns
Nothing.
Description
Method; sets the property for all selected library items (ignoring folders).
Example
The following example assigns the value button to the
symbolType
property for the selected
library item or items. In this case, the item must be a
SymbolItem object
;
symbolType
is a
valid property for SymbolItem objects.
fl.getDocumentDOM().library.setItemProperty("symbolType", "button");
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...