묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
접속할 때 마다 다른 배경음악..
2002.12.24 00:52
다른 배경음악을 넣고, 그 이름이 뜨게하는 방식이요.
<script language="JavaScript">
<!--
song = new Array(3);
song[0] = 'Second Romanc.mid'
song[1] = 'Songbird.mid'
song[2] = 'Let It Be.mid'
title = new Array(3);
title[0] = '유키 구라모토 - Second Romance'
title[1] = 'Kenny G - Songbird'
title[2] = 'Beatles - Let It Be'
index = Math.floor(Math.random() * song.length);
document.write("<embed src="+song[index]+" autostart=true hidden=true>");
document.write(title[index]);
//-->
</script>
신키님 홈에서 퍼다쓰는데;;
그게 무한반복은 안되서요-_ㅠ
어떻게해야될까요?;
p.s : 신키님 홈 주소는; http://kissofgod.net/ 입니다;;=ㅂ= 출처는 밝혔어요
<script language="JavaScript">
<!--
song = new Array(3);
song[0] = 'Second Romanc.mid'
song[1] = 'Songbird.mid'
song[2] = 'Let It Be.mid'
title = new Array(3);
title[0] = '유키 구라모토 - Second Romance'
title[1] = 'Kenny G - Songbird'
title[2] = 'Beatles - Let It Be'
index = Math.floor(Math.random() * song.length);
document.write("<embed src="+song[index]+" autostart=true hidden=true>");
document.write(title[index]);
//-->
</script>
신키님 홈에서 퍼다쓰는데;;
그게 무한반복은 안되서요-_ㅠ
어떻게해야될까요?;
p.s : 신키님 홈 주소는; http://kissofgod.net/ 입니다;;=ㅂ= 출처는 밝혔어요