Description

Toggle the Play () state of a timeline.

Calling this function only sends the command to Play to the timeline and will not Pause the playback if sent repeatedly.

See the setLocateTimeline() function to send a pause command.


Syntax

designer.setPlayTimeline("TIMELINE NAME");

If no timecode is specified when calling this function the command will play the timeline at its current timecode.

Alternate syntax

designer.setPlayTimeline("TIMELINE NAME", TIMECODE);

If a timecode is specified when calling this function the timecode will start playback at the given timecode.

Parameters

Parameter Type Description
TIMELINE NAME String Insert the name of the timeline
TIMECODE Integer (Optional) Specify the timecode (in ms) where playback should begin

Return

This function does not return anything.


Example

Coming soon.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.