library.items

#### Availability

Flash MX 2004.

#### Usage

library.items

#### Description

Property; an array of item objects in the library.

#### Example

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

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