jPlayer 无法在 iPad 中自动播放音频文件
我正在尝试在 iPad 中使用 jPlayer 播放音频文件。它在我本地 PC 上的 Safari 中运行良好,但当我尝试在 iPad 中打开它时,它不会自动播放音频。
请帮我。
谢谢
I am trying to play audio file using jPlayer in iPad. It works fine in Safari on my local PC but when I tried to open it in my iPad it doesn't play audio automatically.
Please help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能必须根据 Mobile Safari 中的用户操作初始化 jPlayer。
作为一种破解,您可以在外部容器元素(或主体)上添加触摸事件的处理程序,并初始化您想要的任何 jPlayer 实例。
参考: http://www.jplayer.org/最新/开发人员指南/#jPlayer-known-issues-event-driven
You may have to initialize jPlayer on user action in Mobile Safari.
As a hack, you could possibly add a handler for a touch event on an outer container element (or body) and initialize any jPlayer instances that you want.
Ref: http://www.jplayer.org/latest/developer-guide/#jPlayer-known-issues-event-driven
你的意思是它不会自动播放?因为如果确实如此,我不明白你的问题是什么。
Do you mean it doesn't play automatically? Because if it does, I don't see what your problem is.
检查您是否为选项 swfPath 输入了正确的路径。
Check if you have entered the correct path for option swfPath.