Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 323 Bytes

File metadata and controls

22 lines (12 loc) · 323 Bytes

library.items

Availability

Flash MX 2004.

Usage

library.items

Description

Property; 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;