music.. |
music.. |
Aug 24 2004, 10:00 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 31,640 |
AHH
<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"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:EE30A7; WIDTH: 260px; COLOR: #white; font-face: verdana" name="playlist" size="1"> <option value="1">First Date by Blink 182</option> <option value="2"> Shadow By Ashlee Simpson</option> <option value="3">Dirrrrty By Christina Aguilera</option> <option value="4">Touch Me By The Doors</option> <option value="5">Basket Case By Green Day</option> <option value="6">The Middle By Jimmy Eats World</option> <option value="7">Sweetness By Jimmy Eats World</option> <option value="8">SONG NAME HERE</option> <option value="9">SONG NAME HERE</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" onfiltered="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" onfiltered="document.darkplayer.Pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" onfiltered="document.darkplayer.Stop(); playstate=2;"></p> </form> <!-- 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[1] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/237/22087_1_3_04.asf"; songs[2] =".http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/25112/29654_1_3_04.asf"; songs[3] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/6597/26927_1_16_04.asf"; songs[4] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/25/7404_1_8_04.asf"; songs[5] =".http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/301/24090_1_5_04.asf"; songs[6] =".http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/4814/22811_1_3_04.asf"; songs[7] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/4814/22811_1_5_04.asf"; songs[8] ="SONG URL HERE!"; songs[9]="SONG URL HERE!"; 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> |
|
|
|
Got Xanga? music.. Aug 24 2004, 10:00 PM
Ralph501 well i dont noe wuts wrong with the code.. well.. ... Aug 24 2004, 10:20 PM
shatteredtearsmb not sure if this will work or not...but try taking... Aug 24 2004, 11:02 PM
xzxero i agree with ralph501. it should work Aug 24 2004, 11:16 PM
shortvi3tlaydee your music urls might be bad n i agree with ralph ... Aug 24 2004, 11:25 PM
xzxero use my code
CODE<!-- begin code provided... Aug 24 2004, 11:30 PM
Got Xanga? Do you put the url in the these thingys "... Aug 24 2004, 11:43 PM
shortvi3tlaydee by the way those r called quotations hehe u put... Aug 24 2004, 11:46 PM
nyclilcutie dude you added a "period" before the lin... Aug 25 2004, 12:21 AM
Got Xanga? wait...do you have to upload the music first? Aug 25 2004, 11:26 PM
Just AJ QUOTE(Got Xanga? @ Aug 26 2004, 12:26 AM)wait... Aug 26 2004, 12:27 AM
waccoon Songs 2, 5 and 6 have periods before the URL. Aug 26 2004, 05:12 AM![]() ![]() |