在 iPod Touch/iPhone 上结束 Youtube 视频时自动关闭

发布于 2024-12-06 04:40:42 字数 143 浏览 1 评论 0原文

我目前正在做一个移动网站。我在其中嵌入了 Youtube 视频。

事实是,当你在 iPod 中打开 YouTube 视频时,它会全屏显示,最后你必须手动关闭视频才能继续浏览。

我想知道 YouTube 视频末尾是否有一个自动关闭全屏的命令。

I'm currently doing a mobile website. I have embedded Youtube videos in it.

Thing is, when you open a youtube video in an iPod, it does its thing where it goes full screen, and at the end you must manually close the video to continue browsing.

I was wondering if there is a command to auto-close the fullscreen on the end of the youtube video.

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

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

发布评论

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

评论(1

羅雙樹 2024-12-13 04:40:42

我不知道你使用的是什么代码,但我不久前看到了这个:

<object width="425" height="344" type="application/x-shockwave-flash" data="http://www.youtube.com/watch?v=hoA1MBRJ_BA&hl=de&fs=1&rel=0"><param name="movie"  value="http://www.youtube.com/watch?v=hoA1MBRJ_BA&hl=de&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param></object>

这应该可以完美地工作,来源:

在桌面版和 iphone/ipad 版网页中嵌入 YouTube 视频

I don't know what code are you using but I saw this a while ago:

<object width="425" height="344" type="application/x-shockwave-flash" data="http://www.youtube.com/watch?v=hoA1MBRJ_BA&hl=de&fs=1&rel=0"><param name="movie"  value="http://www.youtube.com/watch?v=hoA1MBRJ_BA&hl=de&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param></object>

That is supposed to work flawlessly, source:

Embedding youtube video in webpage for both desktop and iphone/ipad

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