$("#jplay").jPlayer({ swfPath:"http://192.168.1.252/player/", oggSupport:false, ready:function (){ this.element.jPlayer("setFile","http://192.168.1.252/player/bw.mp3").jPlayer("play"); } });
$("#jplay").jPlayer({ swfPath:"http://192.168.1.252/player/", oggSupport:true, ready:function (){ this.element.jPlayer("setFile","http://192.168.1.252/player/bw.mp3","http://192.168.1.252/player/bw.ogg").jPlayer("play"); } });