help with music code |
help with music code |
Aug 17 2004, 03:24 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Aug 2004 Member No: 41,156 |
I've been trying to put this code in my xanga but it won't work .. i looked the code up in serval sites for html. it's really get frustrating..the box will show up so you can select songs to play but when you click play it won't play
<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"> </object> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#FFFFFF; WIDTH: 200px; COLOR: #0033CC; font-face: arial" name="playlist" size="1"> <option value="0">All Apologies</option> <option value="1">Dumb</option> <option value="2">Heart Shaped Box</option> <option value="3">Rape Me</option> <option value="4">Man Who sold the world</option> <option value="5">Smells Like Teen Spirit</option> <option value="6">Pennyroyal Tea</option> <option value="7">Blew</option> <option value="8">Serve the Servants</option> <option value="9">Lithium</option> <option value="10">Milk It</option> <option value="11">Radio Friendly Unit Shifter</option> <option value="12">Stay Away</option> <option value="13">School</option> </select><br> </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();songs[0]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_12_04.asf"; songs[1="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_6_04.asf"; songs[2]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_3_04.asf"; songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_4_04.asf"; songs[4]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/128/209_1_4_04.asf"; songs[5]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/128/5579_1_1_04.asf"; songs[6]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_9_04.asf"; songs[7]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/128/7189_1_1_04.asf"; songs[8]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_1_04.asf"; songs[9] ="http://www.sumfun1.com/rock/nirvana-lithium.wav"; songs[10]='"http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_8_04.asf"; songs[11]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/128/5558_1_10_04.asf"; songs[12]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/128/5579_1_10_04.asf"; songs[13]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/128/7189_1_4_04.asf"; 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> someone please help me.. |
|
|
|
freaq12 help with music code Aug 17 2004, 03:24 AM
JlIaTMK well its because u cut this whole section off
COD... Aug 17 2004, 01:11 PM
espionage I think the person who posted that script said tha... Aug 17 2004, 03:30 PM
freaq12 hmm i added the code and it still won't work. ... Aug 17 2004, 09:53 PM![]() ![]() |