Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 380 Bytes

File metadata and controls

22 lines (12 loc) · 380 Bytes

layer.frameCount

Availability

Flash MX 2004.

Usage

layer.frameCount

Description

Read-only property; an integer that specifies the number of frames in the layer.

Example

The following example stores the number of frames in the first layer in the fcNum variable:

var fcNum = fl.getDocumentDOM().getTimeline().layers[0].frameCount;