music player help |
![]() ![]() |
music player help |
Jul 4 2005, 09:52 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jun 2005 Member No: 159,650 |
my music player isn't working. can somebody help me out here? here's the code
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> <form name="form"> <select name="playlist" size="1"> <!-- Add song info here --> <option value="0">JNC-I KNOW</option> <option value="1">SG Wannabe-TIMELESS</option> <option value="2">Buzz-MONOLOGUE</option> <option value="3">SG Wannabe-SALDAGA</option> <option value="4">SG Wannabe-SIN AND PUNISHMENT</option> <option value="5">Kangta-PERSONA</option> <option value="6">SG Wannabe-GEU DAE GGAA JEE MAN</option> <option value="7">Buzz-TOMORROW</option> <option value="8">Tei-SARANG...HANAHDA</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p> </form> <script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // Set to 0 to always play first song in list // Set to 1 to randomly choose the first song to play songs=new Array(); // Add song URLs here songs[0]="http://61.109.255.41/stream16/041007/jnc_1th/jnc_1th_08.wma "; songs[1]="http://home.freechal.com/~piza01/Timeless_01.asf "; songs[2]="http://www.ks4u.co.kr/board/data/vhrms245.wma "; songs[3]="http://222.122.5.13/musicdbr/0/190/h0190218.asf "; songs[4]="http://222.122.5.14/musicdbr/0/190/h0190213.asf "; songs[5]="http://220.95.209.132/KPop/D00006400/D00006561/D00006561001001.wma "; songs[6]="http://222.122.12.165/musicdbr/0/102/h0102037.asf "; songs[7]="http://211.51.63.72/0K05/0200/0K0501040010/0K0501040010_128kbps.wma "; songs[8]="http://211.51.63.72/0K05/0100/0K0500470002/0K0500470002_128kbps.wma "; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
|
Jul 4 2005, 09:55 PM
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
please use a codebox next time.
ill look into it. edit/: i have no clue. maybe u have a bad song link? that messed up mine. |
|
|
|
Jul 4 2005, 10:08 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Jan 2005 Member No: 78,650 |
no error with ur code, check the links.
|
|
|
|
Jul 5 2005, 03:22 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jun 2005 Member No: 159,650 |
thanx, ill try to figure it out whats wrong
|
|
|
|
Jul 5 2005, 11:27 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Try to find some new links or uplaod the songs yourself
|
|
|
|
Jul 6 2005, 04:07 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Oct 2004 Member No: 56,877 |
sth wrong w/ the song urls
|
|
|
|
Jul 6 2005, 06:00 AM
Post
#7
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
Try removing the spaces between the song URL and the " in your code.
|
|
|
|
![]() ![]() |