$.getJSON("/Parade/outdance",{id:4858},function(jsonData){$("#jquery_jplayer_1").jPlayer({ready: function (event) {$(this).jPlayer("setMedia", {title:unescape(jsonData.title),mp3: unescape(jsonData.intro)}).jPlayer("play");},timeupdate: function(event) {if(event.jPlayer.status.currentTime==0){time = 0;}else {time = event.jPlayer.status.currentTime;}},play: function(event){$.lrc.start(unescape(jsonData.lrclyric), function() {return time;});},ended:function(event){$("#lrc_list").removeAttr("style").html("
  • 歌曲播放完毕!
  • ");},swfPath: "/Public/js",solution:"html,flash",supplied: "mp3",wmode: "window",smoothPlayBar: true,keyEnabled: true,remainingDuration: true,toggleDuration: true });});