Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 297 Bytes

File metadata and controls

17 lines (10 loc) · 297 Bytes

Library.items

Availability

Flash MX 2004.

Description

Property; Item[]; An array of item objects in the library.

Example

The following example stores the array of all library items in the itemArray variable:

var itemArray = fl.getDocumentDOM().library.items;