vimeo 视频加载后自动播放()
我正在使用此解决方案在 ipad 和 PC Web 浏览器上加载包含 vimeo 视频的 iframe 如何在 ipad 上控制苹果视频播放器(嵌入 iframe 和 html5 vimeo 解决方案的视频)
它运行良好,但自动播放无法在 PC 网络浏览器上运行。 您是否有在加载包含视频的 iframe 后自动播放 Vimeo 视频的解决方案?
将 &autoplay=1
添加到视频网址不起作用
将 &api=1
添加到视频网址和 $("#video1").play() ;
不起作用
解决方案可能是:
- 测试视频是否加载
- 使用 vimeo froogaloop 脚本播放视频
I'm using this solution to load iframe containing vimeo videos on ipad and PC web browsers
how to control apple video player on ipad (video embeded with iframe and html5 vimeo solution)
It's working well but autoplay is not working on PC web browsers.
Do you have solution to autoplay Vimeo videos once the iframe containing the video is loaded?
adding &autoplay=1
to video url is not working
adding &api=1
to video url and $("#video1").play();
is not working
the solution could be :
- testing if video is loaded
- play video with vimeo froogaloop scripts
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是有效的: autoplay=true
例如: https://player.vimeo.com/video /168478494?autoplay=true
This is working: autoplay=true
for example: https://player.vimeo.com/video/168478494?autoplay=true