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.setTimelinePlay("TIMELINE NAME");
If no timecode is specified when calling this function the command will play the timeline at its current timecode.
Alternate syntax
designer.setTimelinePlay("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 | Name of the timeline |
TIMECODE |
Integer | (Optional) Specify the timecode (in ms) where playback should begin |
Return
This function does not return anything.
Need more help with this?
Don’t hesitate to contact us here.