HTML5 canvas - Mpeg play/pause button
Hi everyone,
I've inserted a video component in my HTML5 canvas.
Now, I want to automatically pause the video before it ends.
Moreover I'd like to add a button in order to make it play from that point onwards.
Unfortunately actions like this.play() and this.stop() do not work.
There should be some tricky code that allows to control the video player.
How is this possible?
Thank you in advance
