HTML5视频无法在Chrome,Firefox中使用

时间:2013-10-30 11:51:12

标签: html5 email html5-video

我似乎无法使以下HTML5视频代码正常工作,我错过了什么。

<video width="267" poster="Poster.gif" height="209">
<source src="6Minutes_1.mp4" type="video/mp4"></source>
<source src="6Minutes_1.ogg" type="video/ogg"></source>
<source src="6Minutes_1.webm" type="video/webm"></source>
<a href="http://$$__cm_domain$$/r/mail/$$mailid$$"><img style="display: block;" src="Poster.gif" alt="" /></a>
</video>

谢谢,

1 个答案:

答案 0 :(得分:0)

道歉我的问题已在https://stackoverflow.com/a/13585801/1454869中得到解答 - 我错过了控件元素。

相关问题