여러 배경음악 연속으로 나오기
<!--- 배경 음악 시작 ---> 소스↓
<a target="_self" title="Random music"><p align="center" style="line-height:100%; margin-top:0; margin-bottom:0;">
<br><font size="2" color="bluesky"><b>
배경음악<font face=arial>(Random)</font></b></font></a><font
size="2" color="bluesky"><b>- <script language="JavaScript">
song = new Array(8);
song[0] = 'http://61.74.69.139/020705-139/2121/gayo/yoosuengjun/2th/04.asf'
song[1] = 'http://61.74.69.144/020705-144/_asf_/stream1/gayo/noa/2th/05.asf'
song[2] = 'http://61.74.69.174/030507-top/020918-ms/leejs/yarnyou.wma'
song[3] = 'http://61.74.69.151/030417/yuri_best_01.wma'
song[4] = 'http://61.74.69.134/020705-134/temp/183.asf'
song[5] = 'http://61.74.69.162/030507-top/020918-ms/ms200/06_2.asf'
song[6] = 'http://61.74.69.162/030507-top/020918-ms/030421/jangnara_friends_03.wma'
song[7] = 'http://61.74.69.141/030311/seven_justlisten_13.wma'
song[8] = 'http://61.74.69.146/030507-top/020918-ms/jn030301/kimgunmo_8th_02.wma'
song[9] = 'http://61.74.69.146/030507-top/020918-ms/why.wma'
song[10] = 'http://61.74.69.132/020815-132/020705-132/grandroyal/0303/abetterdayoriginal.ASF'
song[11] = 'http://220.90.198.51/156/030326_ms/top200/021015/lissang_05.asf'
song[12] = 'http://61.74.69.146/030507-top/020918-ms/020629/020415/boa2/boa2_03.wma'
song[13] = 'http://61.74.69.146/030507-top/020918-ms/020910/sweetdream_jnr.asf'
song[14] = 'http://61.74.69.156/030326_ms/top200/021015/ses5_06.wma'
song[15] = 'http://61.74.69.163/top200/temp/leesuyoungla.ASF'
title = new Array(8);
title[0] = '유승준 ㅡ 니가뭘알아 -'
title[1] = '노아 ㅡ 눈물에게-'
title[2] = '얀 ㅡ 그래서그대는 -'
title[3] = '유리상자 ㅡ 개미와 베짱이-'
title[4] = '토이 ㅡ 여전히 아름다운지 -'
title[5] = '일기예보 ㅡ 인형의꿈 -'
title[6] = '오 해피데이"OST ㅡ 그날 이후 '
title[7] = 'Seven ㅡ 더 멀리 떠나요 -'
title[8] = '김건모--제비-'
title[9] = '별--왜 모르니-'
title[10] = 'Better Day (JTL 원곡)--Multicyde'
title[11] = '리쌍 ㅡ Rush-'
title[12] = '보아--늘'
title[13] = '장나라-Sweet Dream-'
title[14] = 'SES - 달리기-'
title[15] = '이수영--------라라라-'
index = Math.floor(Math.random() * song.length);
no = index+1;
document.write("<embed SRC="+song[index]+" AUTOSTART=true LOOP=-1 HIDDEN=true>");
document.write(""+no+" 번째 BGM : "+title[index]+"");</script>
</b></font>
</b></font></p><br>
<!--- 배경음악 끝 --->
![]() | |
----------------------------------------------------------------------
후출처
-온라인 판매자들의 커뮤니티 셀클럽 http://sellclub.co.kr
-온라인 성공출발지 도매상품공급 셀프리 http://sellfree.co.kr
'컴퓨터-유용한팁 > HTML' 카테고리의 다른 글
간단한 소스보기 (마우스 우측 금지 막아 놓아도 볼 수 있어요) (0) | 2015.09.05 |
---|---|
배경태그 (0) | 2015.09.05 |
열때마다 바뀌는 그림 (0) | 2015.09.05 |
테이블에 하이퍼링크를 걸어 보자 (0) | 2015.09.05 |
소스 복사 및 기본 (0) | 2015.09.05 |