我已经下载了(我想) Divx插件,html文件可以在除chrome之外的所有其他浏览器中播放。取而代之的是,在chrome中显示的只是一个黑框,里面有Divx的字样。为什么?
下面是我的HTML5代码:
<div class = "video-js-box">
<video class = "video-js" width = "675" height = "380" controls>
<source src = "/videos/videofiles/Reversing_a_Track.mp4"
type = 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"';/>
<source src = "/videos/videofiles/Reversing_a_Track.ogg"
type = 'video/ogg; codecs="theora, vorbis"'/>
<source src = "/videos/videofiles/Reversing_a_Track.webm"
type = 'video/webm; codecs="vp8, vorbis"'/>
</video>
</div>发布于 2012-10-03 18:05:54
看看这个解决方案:http://codecanyon.net/forums/thread/divx-vs-html5-in-chrome/61708
https://stackoverflow.com/questions/8017859
复制相似问题