Extending Flash |
|
|
|
| Objects > library object > library.items | |||
Flash MX 2004.
library.items
Property; an array of item objects in the library.
The following example stores the array of all library items in the itemArray variable:
var itemArray = fl.getDocumentDOM().library.items;
|
|
|
|