$(document).ready(function(){ var audioPlaylist = new Playlist("1", [ { name:"Do Nothing 'til You Hear From Me", mp3:"/clips/solo/05_Do_Nothing_til_You_Hear_From_Me.mp3", oga:"/clips/solo/05_Do_Nothing_til_You_Hear_From_Me.ogg" } ], { ready: function() { audioPlaylist.displayPlaylist(); audioPlaylist.playlistInit(false); // Parameter is a boolean for autoplay. }, ended: function() { //audioPlaylist.playlistNext(); }, play: function() { $(this).jPlayer("pauseOthers"); }, swfPath: "/js", supplied: "oga, mp3" }); });