Question

I was wondering if anyone could help me with HTML5 video with image overlays that are timed. I want the images to display and disappear at certain times, which will make the video pause and resume on the click of a button. I want to know the best approach to this in regards using HTML5, javascript etc.

I am using the video tag in HTML5 with Dreamweaver CS6 at the moment and I have full screen video working, with an image overlaid using the z-index, but I can't get it to display and disappear at a certain time.

Any ideas?

Était-ce utile?

La solution

probably you have to add some event listener to your video: timeupdate , loadstart, ect to manage the visibility of your image in overlay

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top