How to disable jQuery.jplayer autoplay?

Mr_Nizzle picture Mr_Nizzle · Apr 22, 2010 · Viewed 13k times · Source

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?

Answer

Dominic Barnes picture Dominic Barnes · Apr 22, 2010

Remove .jPlayer("play")