.mp4
.mov公司
浏览器上的视频文件,我正在使用html5
.mp4的标记。
<video width="320" height="240" controls>
<source src="/Video/dolbycanyon.m4v" type="video/mp4">
Your browser does not support the video tag.
</video>
.mov公司
<video width="320" height="240" controls>
<source src="/Video/star_trails.mov" type="video/quicktime">
Your browser does not support the video tag.
</video>
你能告诉我怎样在浏览器上播放.mov文件吗?