【发布时间】:2011-11-22 19:24:53
【问题描述】:
有没有办法使用这样的东西:
<video width="320" height="240" controls="controls">
<source src="http://www.youtube.com/v/YJp7tqRyJAI" type="video/mp4" />
<source src="http://www.youtube.com/v/YJp7tqRyJAI" type="video/ogg" />
Your browser does not support the video tag.
</video>
我查看了 api,发现我可以使用嵌入 flash 版本的 iframe...但在 Google 上,我发现人们想知道如何构建自定义 ui 或自动播放功能使用 html5-youtube-api...
【问题讨论】: