Playing a video

Monkey Targets Forums/HTML5/Playing a video

Yoda(Posted 2014) [#1]
Is there any method for playing a video? While having information about at what position the video actually is?

What I want to do is show a video that has clickable links in it, basically showing different games and when clicked, it goes to that website.

Or is there any other simple tool to create this? Maybe from Adobe?


nikoniko(Posted 2014) [#2]
Try to attach html5 video player with control interface based on javascript functions.

For example http://paypal.github.io/accessible-html5-video-player/


Yoda(Posted 2014) [#3]
Looks nice, but not what I need.

What I need is to to play a video (without controls on the bottom, maybe only a mute-button) and when the user clicks on the video, it links to a certain site, depending on WHEN the user clicked, like second 1-5 = link1, seconds 6-20 = link2, etc.

Any ideas?