我正在尝试在我的网站上嵌入视频:
<video width="320" height="240" controls="controls">
<source src="new-slideshow.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
由于某种原因,视频没有加载,当我检查网络请求时,我可以看到以下信息:
https://dl.dropbox.com/u/2241201/locker/Screen%20Shot%202012-11-14%20at%201.49.39%20PM.png
为什么视频被取消了?