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> $ ("#clip") [0]. Player (.);

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:

  $ ("# clip") [0] .pause () ;   

Any ideas?

tag does not support IE8 html5 video

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -