somiok.com    

한국어

Board

음원 주소를 랜덤으로 자주 바뀌도록 해놓은 것 같아요.
맥스처럼
아래 소스좀 살펴 보아주세요.
음번이 asx 파일에 기록되게 해서 들을 수 있도록 되어 있는 것 같은데 저는 도저히 모르겠네요.
http://www.withjesus.co.kr/mplayer/jplayer.php?recordno=168&mfile=20040729-211207125175.asx
위음악의 소스좀 잘 살펴주세요.
어떻게 하면 들을 수가 있나요?

<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel="stylesheet" href="http://www.withjesus.co.kr/css/with_style.css" type="text/css">
<script for="Player" event="PlayStateChange(lOldState, lNewState)" language="JScript">
switch (lNewState) {
case 2 : //일시정지
var currentNum=Player.GetCurrentEntry();
var totalCnt=Player.EntryCount;
changeColor(currentNum,totalCnt);
break;
case 3 : // 재생
//displayDuration();
break;
}
</script>

<script for="Player" event="NewStream()" language="JScript">
var currentNum=Player.GetCurrentEntry();
var totalCnt=Player.EntryCount;
document.all.music_title.innerHTML = Player.GetMediaInfoString(8);
document.all.music_author.innerHTML = Player.GetMediaInfoString(9);
music_count_del();
displayDuration();
changeColor(currentNum,totalCnt);
</script>
<script language="JavaScript" src="http://www.withjesus.co.kr/js/mplayer.js"></script>
</head>

<table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<DIV id=listbox style="left: 0px; top: 0px">
<form name="music_form">
<input type=hidden name=recordno value="168">
<input type=hidden name=mfile value="20040729-211207125175.asx">
<input type=hidden name=m_num>
</form>
<form name=list_form><table width=350 border=0 cellpadding=0 cellspacing=2>
<tr id=tdcolor>
<td><a href=javascript:go_play(1)><font id='fcolor'>1. 당신은 사랑받기위해 태어난 사람 | 러브</font></a></td><input type=hidden name=music_no[] value=168></tr>
</form></table>
</div>

<div ID='PlyerLayer' NAME='trackPosition' STYLE='Position: absolute; Left:50px; Top:133px; clip:rect(1,298,76,1);'>
<OBJECT classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 id=Player name=Player standby='Loading Windows Media Player components...' type='application/x-oleobject' height=46 width=300>
<PARAM NAME='FileName' VALUE=http://www.withjesus.co.kr/listen/20040729-211207125175.asx>
<PARAM NAME=AutoStart value=1>
<PARAM NAME=PlayCount value=0>
<PARAM NAME=ShowDisplay value=0>
<PARAM NAME=ShowControls VALUE=1>
<PARAM NAME=ShowGotoBar VALUE=0>
<PARAM NAME=ShowStatusBar VALUE=0>
<PARAM NAME=ControlType VALUE=2>
<PARAM NAME=DisplayBackColor VALUE=0>
<PARAM NAME=DisplayForeColor VALUE=12369600>
<PARAM NAME=Enabled VALUE=ture>
<PARAM NAME=EnableContextMenu Value=false>
<PARAM NAME=Volume value=0>
<PARAM NAME=BufferingTime value=5>
</OBJECT>