Go to specific time in the player

For the HTML5 player I need to be able to go to a specific time in the timeline. I believe there is a javascript method to call but looking through slplayer.js I’m unable to specify which Time method would work, getTimeline: function?

Hi,

You can find this information in the JavaScript Function editor by selecting Show API.
The function would be like:
doc.getTimeline('timeline name').play(timestamp);

Regards,