How to disable jQuery.jplayer autoplay?

Posted by Mr_Nizzle on Stack Overflow See other posts from Stack Overflow or by Mr_Nizzle
Published on 2010-04-22T15:59:10Z Indexed on 2010/04/22 16:13 UTC
Read the original article Hit count: 304

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about jquery-plugins

Related posts about jQuery