배경음악 소스 문의
Posted: 2005 07 01 03:26 35
아래는 익스전용의 배경음악 소스입니다.
이걸 불여우에서도 작동하도록 하려면 어떻게 하면 되는가요?
===================== 소스 시작 ===============
<script>
<!--
var sound1="01684411_1.wma"
var sound2="01684411_2.wma"
var sound3="01684411_3.wma"
var sound4="01684411_4.wma"
var sound5="01684411_5.wma3"
var sound6="01684411_6.wma"
var sound7="01684411_7.wma"
var sound8="01684411_8.wma"
var x=Math.round(Math.random()*4)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8
else x=sound8
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
====================== 끝 =====================>
이걸 불여우에서도 작동하도록 하려면 어떻게 하면 되는가요?
===================== 소스 시작 ===============
<script>
<!--
var sound1="01684411_1.wma"
var sound2="01684411_2.wma"
var sound3="01684411_3.wma"
var sound4="01684411_4.wma"
var sound5="01684411_5.wma3"
var sound6="01684411_6.wma"
var sound7="01684411_7.wma"
var sound8="01684411_8.wma"
var x=Math.round(Math.random()*4)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8
else x=sound8
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
====================== 끝 =====================>