HTML:
<video class="0" autoplay="true" width="586px" height="440" src=""></video>
JS:
$('video').mediaelementplayer();
if($('video').attr('class') == "0"){
$('video')[0].player.pause();
}
在 chrome 中,视频已正确暂停。但是在 Firefox 中它不会暂停。任何想法如何解决这一问题?