Open
Description
Expected Behavior
Setting the video seconds with setCurrentTime() and playing the video after that should play the video from the previously set time
Actual Behavior
Setting the video seconds with setCurrentTime() works and sets the video to the 10th second. Clicking the 'play' button on the player after that, however, always plays the video from the beginning.
Steps to Reproduce
Here is a JSFiddle link to see that - http://jsfiddle.net/etgk7dcq/
P.S. I don't want to autoplay the video after setting the time. I want the users to be able to play the video (if they want) from where they left off.