Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 359 Bytes

File metadata and controls

21 lines (12 loc) · 359 Bytes

timeline.layers

Availability

Flash MX 2004.

Usage

timeline.layers

Description

Read-only property; an array of layer objects.

Example

The following example uses the currentLayers variable to store the array of layer objects in the current document:

var currentLayers = fl.getDocumentDOM().getTimeline().layers;