通过单独的 href 单击暂停 Vimeo 视频
我希望能够从单独的点击事件中暂停 vimeo 视频。
这是我正在尝试做的一个例子。
http://jsfiddle.net/isimpledesign/QsfF7/7/
我正在尝试暂停通过链接的视频。
谁能帮我指明正确的方向吗?
更新:
谢谢。 Squeeks 是对的,你只需要去 github 获取文件,froogaloop.js
在此处排序
工作示例
I am looking to be able to pause a vimeo video from a separate click event.
here is an example of what i am trying to do.
http://jsfiddle.net/isimpledesign/QsfF7/7/
I am trying to pause the video via the link.
Can anyone set me in the right direction pls.
Update:
Thank you. Squeeks is right, you just need to go over to github get the files, froogaloop.js
sorted
working example here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个 jsfiddle 显示使用 froogaloop api 播放/暂停多个视频的 vimeo。因此,如果您开始播放一个视频,所有其他视频都会停止播放: http://jsfiddle.net/nerdess/ D5fD4/3/
我想这就是你所要求的!
this jsfiddle shows playing/pausing vimeo with multiple videos using the froogaloop api. so if you start one video all other videos are stopping to play: http://jsfiddle.net/nerdess/D5fD4/3/
i think that is what you were asking for!
您需要使用 froogaloop 库才能与播放器进行交互,因为您使用的是 iframe 嵌入,而不是旧的 Flash 特定的。他们在 github 上有示例代码
以及其 API 的文档。
You need to use the froogaloop library in order to interact with the player as you're using the iframe embedding and not the older, flash specific. They have example code on github
and documentation for their API available.