jquery - Why does VideoJS's $("#video")[0].player.pause() break in IE8? -
I try to control the play and stop function of an HTML5 video by using the plugin and the following command: / P> Everything works well in Safari, Chrome and Firefox, but not in IE8 Debugger says: this.player is not empty or an object. This command also works in other browsers, but not in IE8: Any ideas? tag does not support IE8 html5 video $ ("#clip") [0]. Player (.);
$ ("# clip") [0] .pause () ;
Comments
Post a Comment