/*********************************************** * * 음원재생 Javascript * 2012.08.07 * 최인혁 차장 * ************************************************/ var players; var rePrc = null; var onSoundDiv = 0; function playerReady(thePlayer) { try{ players.addEventListener("ended",function(e){ rePrc = 'ended'; $('.p_play_pause').css('background' , 'url("./Img/smart/p_play.png") no-repeat'); closeSound(); }); players.addEventListener("pause",function(e){ rePrc = 'pause'; $('.p_play_pause').css('background' , 'url("./Img/smart/p_play.png") no-repeat'); }); players.addEventListener("stop",function(e){ rePrc = 'stop'; $('.p_play_pause').css('background' , 'url("./Img/smart/p_play.png") no-repeat'); closeSound(); }); players.addEventListener("play",function(e){ rePrc = 'play'; $('.p_play_pause').css('background' , 'url("./Img/smart/p_pause.png") no-repeat'); }); }catch(e){ setTimeout("playerReady('1')", 100); } } function openPlayer(event , f, num) { var openChk = false; if(num == onSoundDiv) { openChk = true; } if(onSoundDiv > 0) { players.stop(); } $('#sound_div').css('left', event.x+"px"); $('#sound_div').css('top', event.y+"px"); $('#sound_div').css('display', 'block'); if(!openChk) { var n = f.indexOf("?"); var tf = f.substring(n); var rf = "./redirectMusic.mp3"+tf; /* var swfobj = "