I have an html5 video and I'd like to make it interactive. If a user clicks on a certain area of the video (let's say top left area), that makes the video time changes -> currenttime=60 (just an example)
If he clicks on the bottom right area, currenttime=138. How can I do that?
I know I need to create an overlay div and make it clickable but I really need some help with that.
Thanks for reading!