Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 463 Bytes

File metadata and controls

24 lines (14 loc) · 463 Bytes

timeline.stopPlayback()

Availability

Flash Professional CS5.

Usage

timeline.stopPlayback()

Returns

Nothing.

Description

Method; stops automatic playback of the timeline if it is currently playing. This method can be used with SWF panels to control timeline playback in the authoring environment.

Example

The following example stops playback of the timeline.

fl.getDocumentDOM().getTimeline().stopPlayback();