Help with music code |
Help with music code |
Dec 1 2004, 09:37 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Dec 2004 Member No: 67,994 |
Ok well suddenly my playlist stopped working today, and its really frustrating.
this is it, and if you could figure out why its not working it would be much appreciated <!-- 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"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:transparent; WIDTH: 200px; COLOR: #6699ff; font-face: verdana" name="playlist" size="1"> <option value="0">Sum 41 - We're All To Blame</option> <option value="1">Weezer - El Scorcho</option> <option value="2">Weezer - My Name Is Jonas</option> <option value="3">Hellogoodbye - Shimmy Shimmy Quarter Turn</option> <option value="4">Lola Ray - Automatic Girl</option> <option value="5">Taking Back Sunday - You're So Last Summer</option> <option value="6">Taking Back Sunday - A Decade Under The Influence</option> <option value="7">Taking Back Sunday - Cute Without the E</option> <option value="8">Desaparecidos - Man and Wife, The Latter</option> <option value="9">Desaparecidos - The Happiest Place On Earth</option> <option value="10">Brand New - The Quiet Things That No One Ever Knows</option> <option value="11">Brand New - Sic Transit Gloria</option> <option value="12">Brand New - Jude Law And A Semester Abroad</option> <option value="13">Bright Eyes - A Perfect Sonnet</option> <option value="14">Bright Eyes - Going For the Gold</option> <option value="15">Bright Eyes - A Line Allows Progress, A Circle Does Not</option> <option value="16">Bright Eyes - The Calendar Hung Itself</option> <option value="17">Muse - Hysteria</option> <option value="18">Muse - Stockholm Syndrome</option> <option value="19">My Chemical Romance - Thank You For The Venom</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(20); songs[3]="http://www.arctiq.net/media/uploaded/1.%20shimmyshimmyquarterturn(takeitbacktosquareone).mp3"; songs[0]="http://htbarrett.ednet.ns.ca/New_Folder3/Sum_41_-_Were_All_To_Blame_full_song12.mp3"; songs[1]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/124/798_1_7_04.asf"; songs[18]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/8288/29046_1_5_04.asf""; songs[19]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25831/29427_1_9_04.asf"; songs[4]="http://www.redmusic.com/streams/LolaRay/AutomaticGirl.asx"; songs[7]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/24366/27330_1_3_04.asf"; songs[6]="http://www.redmusic.com/streams/TakingBackSunday/DecadeUnderTheInfluence.asx"; songs[5]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/24366/27330_1_9_04.asf"; songs[8]="http://www.saddle-creek.com/sounds/Desa_ManandWife.mp3"; songs[2]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/124/474_1_1_04.asf"; songs[10]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/24769/28069_1_5_04.asf"; songs[11]="http://www.triplecrownrecords.com/media/_mp3/Brand_New_-_Sic_Transit_Gloria.mp3"; songs[12]="http://www.brandnewrock.com/audio/Brand%20New%20-%20Jude%20Law%20And%20A%20Semester%20Abroad.mp3"; songs[13]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/19044/21141_1_2_04.asf"; songs[14]="http://onetimesone.com/fan/BrightEyes_GoingfortheGold.mp3"; songs[15]="http://onetimesone.com/fan/BrightEyes_ALine.mp3"; songs[16]="http://www.wichita-recordings.co.uk/music/bright-eyes/bright-eyes-the-calendar-hung-itself.mp3"; songs[9]="http://www.saddle-creek.com/sounds/Desa_HappiestPlaceonEarth.mp3"; songs[17]="http://ash.shockstorm.net/Muse_Hysteria_Brits.mp3"; 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 --> |
|
|
|
sleevo1 Help with music code Dec 1 2004, 09:37 PM
electric shock songs[3]="http://www.arctiq.net/media/uploade... Dec 1 2004, 09:39 PM
sleevo1 but before today it didnt have any problem and it ... Dec 1 2004, 09:42 PM
sleevo1 I did, but it hasnt worked.
<!-- begin co... Dec 1 2004, 09:46 PM![]() ![]() |