Reputation: 22527
I am looking to play and loop only certain parts of a video with the html5 video player. I am hoping for something like loopstart
and loopend
attributes for the audio player, but have not found documentation that states that this is available for video.
An example of what I would like to do:
Is this something that can be done with the html5 player? I would like to try to do this without resorting to a flash player.
If this is not possible with the html5 video, would a canvas solution be possible?
Upvotes: 1
Views: 1048
Reputation: 22527
For anyone who cares, I have found a solution. The JME player is quite a fancy player with many bells and whistles, including .currentTime()
.
Upvotes: 1