本文介绍了如何禁用jQuery.jplayer autoplay?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我像这样初始化播放器时:
when i initialize the player like this:
$("#jquery_jplayer").jPlayer({
ready: function () {
this.element.jPlayer("setFile", "/previews/cancion.mp3", "/previews/horse.ogg").jPlayer("play");
},
volume: 50,
oggSupport: true
})
有没有办法禁用自动播放?
is there any way to disable the autoplay?
推荐答案
删除 .jPlayer(play)
这篇关于如何禁用jQuery.jplayer autoplay?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!