代码之家  ›  专栏  ›  技术社区  ›  Simant

如何在浏览器上播放.mov视频asp.net?

  •  0
  • Simant  · 技术社区  · 6 年前

    .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文件吗?

    0 回复  |  直到 6 年前
    推荐文章