我在 video.js 和 video-js.css 中都使用 4.1.0。我可以在 chrome 中看到控制栏,但在 IE8 或 IE9 中看不到。我看到进度条和时间,但没有播放/暂停、音量控制或全屏图标。
我的视频标签如下所示:
<video id="myMovie" class="video-js vjs-default-skin" controls preload="auto" autobuffer width="800" height="480" ></video>
I think 4.1.0 had a few browser issues. Check out my version here which works on all browsers, is responsive, and works with multiple players = http://www.andy-howard.com/recreate-bbc-iplayer/index.html