Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 383 Bytes

File metadata and controls

28 lines (16 loc) · 383 Bytes

timeline.selectAllFrames()

Availability

Flash MX 2004.

Usage

timeline.selectAllFrames()

Parameters

None.

Returns

Nothing.

Description

Method; selects all the frames in the current timeline.

Example

The following example selects all the frames in the current timeline.

fl.getDocumentDOM().getTimeline().selectAllFrames();