我正在使用<video>
实现视频播放器。这适用于Chrome,Firefox和Internet Explorer,但无法在Safari中使用。
$("#vdsourceVideoPath").attr("src", "http://localhost:3000/Documents/upc and shelf info_0001.mp4");
var player = document.getElementById('vdTrainingVideoPlayer');
player.load();
player.play();
&#13;
<video id="vdTrainingVideoPlayer" class="vdTrainingVideoPlayer" controls="controls" autoplay="autoplay">
<source id="vdsourceVideoPath" src="" type="video/mp4" />
</video>
&#13;
player.load()
和player.play()
方法在Safari中出错。
答案 0 :(得分:-2)
您可以使用YouTube播放器 使用youtube网站查找所需的视频 点击“分享”#39;视频下方的按钮 点击“嵌入”&#39;他们向您显示的链接旁边的按钮 复制给定的iframe代码并将其粘贴到网页的html中。
查看此link
本文为实现html5视频播放器提供了很好的演绎 http://www.creativebloq.com/html5/build-custom-html5-video-player-9134473