Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 428 Bytes

File metadata and controls

21 lines (12 loc) · 428 Bytes

timeline.frameCount

Availability

Flash MX 2004.

Usage

timeline.frameCount

Description

Read-only property; an integer that represents the number of frames in this timeline’s longest layer.

Example

The following example uses a countNum variable to store the number of frames in the current document’s longest layer:

var countNum = fl.getDocumentDOM().getTimeline().frameCount;