YouTube API 和视频标签

发布于 2024-12-05 19:45:08 字数 429 浏览 2 评论 0原文

有没有办法使用这样的东西:

<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 的自动播放功能...

Is there a way to use something like this:

<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>

I've looked into the api and all I've found is that i can use an iframe which embeds a flash version... But on Google I've found people wondering how to build a custom ui or an autoplay feature with the html5-youtube-api...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

獨角戲 2024-12-12 19:45:08

http://www.filsh.net/ 完成了这项工作!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文