How can I \'stop\' a html5 video playback, and revert to poster image? Until this.play() is called, the poster image is showing properly.
this.play()
My code:
That will not really stop your video, it will reload the whole document. The "Poster Frame" will be shown.
Richie
P.S. I'm from Germany. Sorry if my English is bad. But I think, my JavaScript is OK :-)