开发者

jPlayer doesn't play audio file automatically in iPad

I am trying to play audio file using jPlayer in iPad. 开发者_JAVA百科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


You may have to initialize jPlayer on user action in Mobile Safari.

The first time a media element is played must be initiated by a user gester. ie., The user must click the play button. This affects the operation of a jPlayer("play") in the ready event handler. The browser will ignore the command. jPlayer will simply wait until the user presses the play button. Once the first gesture has been received, JavaScript code is then allowed to do whatever you want with the media element. Note that a jPlayer media player instance uses a audio and a video element. Each require their own gesture.

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.


Check if you have entered the correct path for option swfPath.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜