【发布时间】:2015-11-26 18:02:49
【问题描述】:
我有以下 HTML 代码,但它不工作,视频无法开始... 然而,当我在浏览器 Chromium 中测试这段代码时,它运行良好。 知道问题所在吗?
<video width="576" height="324" controls poster="">
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag or the file format of this video.</video>
【问题讨论】:
-
按播放的时候会播放视频吗?
标签: javascript html video node-webkit