通过单独的 href 单击暂停 Vimeo 视频

发布于 2024-11-05 02:10:16 字数 491 浏览 0 评论 0原文

我希望能够从单独的点击事件中暂停 vimeo 视频。

这是我正在尝试做的一个例子。

http://jsfiddle.net/isimpledesign/QsfF7/7/

我正在尝试暂停通过链接的视频。

谁能帮我指明正确的方向吗?


更新:

谢谢。 Squeeks 是对的,你只需要去 github 获取文件,froogaloop.js

在此处排序

工作示例

http ://isimplesnippets.com/isimplesnippets/vimeo-api/

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

http://isimplesnippets.com/isimplesnippets/vimeo-api/

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

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

发布评论

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

评论(2

夜血缘 2024-11-12 02:10:16

这个 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!

浪推晚风 2024-11-12 02:10:16

您需要使用 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.

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