|
|
library.items
AvailabilityFlash
MX 2004.
DescriptionProperty;
an array of item objects in the library.
ExampleThe
following example stores the array of all library items in the itemArray variable:
var itemArray = fl.getDocumentDOM().library.items;
|