视频结束时 YouTube 嵌入动作
我想知道嵌入视频完成后是否可以使用 youtube api 执行操作。例如,在我的网站中,我在将鼠标悬停在一个元素上时启动视频,但我希望视频在完成后被静态图像替换。我怎样才能做到这一点?
I wonder if it is possible to make an action with youtube api when embeded video finishes. For example, in my web i start video on hover of one element, but i want video tu be replaced by static image when it finishes. How can i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有 wordpress 并按以下步骤使用:
已安装 http://www.tikku.com/jquery-youtube-tubeplayer-plugin
然后将此代码添加到页面
但要改变
1) yoursite.com 到您的
2) alert("Hello"); 到您想要的另一个函数;
3) DkoeNLuMbcI 到所需的视频 ID;
I had wordpress and used in suchh steps:
installed http://www.tikku.com/jquery-youtube-tubeplayer-plugin
then add this code into page
but change
1) yoursite.com to yours
2) alert("Hello"); to your another desired function;
3) DkoeNLuMbcI to desired video id;
使用 http://www.tikku.com/jquery-youtube-tubeplayer-plugin
它让一切变得简单。一旦你完成了设置,这不会花很长时间(有一个简单的操作方法),只需将这一行添加到你的玩家启动中:
这将在玩家结束后执行你想要的任何操作。还有播放器暂停、停止、播放、静音、取消静音、排队等时的回调。
请告诉我这是否有效,或者您在使用 jquery 插件时遇到问题。这确实非常有帮助且简单!
use http://www.tikku.com/jquery-youtube-tubeplayer-plugin
It makes everything easy. Once you have it set up, which shouldn't take long (there is an easy how-to), simply add this line to you player initiation:
This will do whatever you want after the player ends. There are also callbacks for when the player is paused, stopped, played, muted, unmuted, queued, and more
Let me know if this works, or if you have trouble using the jquery plugin. It really is very helpful and easy!