Skip to main content

How to start my video from a particular point using the

Comments

1 comment

  • Official comment
    Danny Valentine

    Hey, thanks for getting in touch.

    Our video player is based on the popular Video JS, so almost everything you see in their documentation is possible within our video player.

    In order to start the player at a specific timecode, you can use currentTime(value_in_seconds) on the video player. I've put together this short jsfiddle to demonstrate using currentTime(5) to start playback five seconds into the video.

    I hope this is helpful. If you have any further questions, please feel free to reply here or raise a ticket via our Support Center.

    Thanks,
    -danny

Post is closed for comments.