music 관련 script

music 관련 script
* 랜덤으로 음악 재생하기
랜덤으로 배경음악 지정하는 스크립트입니다.

아래의 소스를 html 문서의 head에 넣으세요.

<script>
<!--
var sound1="sound1.mid"
var sound2="sound2.mid"
var sound3="sound3.mid"
var sound4="sound4.mid"
var sound5="sound5.mid"
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 x=sound5
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>

- 수정할 부분: sound1.mid, sound2.mid, sound3.mid, sound4.mid, sound5.mid
여기에 음악 파일의 경로를 적어 주시면 됩니다.


















* 배경 음악. 재생과 멈춤 버튼만 나온다.
<embed src="../bg/bg-star.mid" width="46" height="24" border="0" loop="true" autostart="true"></embed>










* 접속할때마다 다른 배경음악
<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>












* 볼륨조절-흠.. 어디다 넣어야할지 '';
볼륨은 조절은 volume="50%" 을 넣어주면 됩니다.

document.write('<embed src="' + banner + '" loop="100" hidden="true" volume="50%">');




















* 음악게시판-let's music(zero skin)
<설치 방법>

1.dbconn.php를 열어 ""사이에 아이디 비번 수정사항을 적어줍니다.
2.song.ram과 songs.asx파일은 퍼미션을 707로 해 주셔야합니다.
3.링크 사용1,2 - 바구니기능 첵크하신 다음 사용 하시면 됩니다.

음악은 링크해서 사용하시면 됩니다..
링크하실때에는 http://~~~이런식으로 써주시면 됩니다


<이어듣기>
1.윈됴 미디어 파일
@오디오,비디오 구분 없이 반드시 오디오 링크1 에 링크하셔야 합니다.
@비디오 파일은 오디오 링크1,비디오 링크1 에 2군데다가 똑같이 링크 하세요.

2.리얼파일
@오디오,비디오 구분 없이 반드시 오디오 링크1 에 링크하셔야 합니다.
@비디오 파일은 오디오 링크1,비디오 링크z 에 2군데다가 똑같이 링크 하세요.


3.플래시 파일
@이어듣기 안되고. 파일은 아무대나 올리시면 됩니다.

4.종합
@asx파일은 이어듣기 안됩니다.
@asx파일은  1곡씩만 들을 수 있습니다.
@리얼은 이어듣기시 오디오만 출력됩니다.
@리얼이랑 윈됴 미디어 동시에 이어듣기 안됩니다.
@리얼은 리얼파일만 윈됴미디어는 윈됴미디어파일만 이어듣기 됩니다.
@오디오 파일1,비디오 파일2 에 올리시면 이어듣기 안되고 1곡씩 지정하셔야 합니다.