help! |
help! |
Aug 29 2004, 07:31 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 23 Joined: Aug 2004 Member No: 42,268 |
ok so heres the code i think i might have dun sumthin wrong when i added more songs!i dont kno! help!
<!-- 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: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1"> <option value="0">ridin spinners-three six mofia</option> <option value="1">beautiful-snoop dogg</option> <option value="2">wut would you do?-city high</option> <option value="3">too legit to quit-mc hammer</option> <option value="4">she will be loved-maroon 5</option> <option value="5">my buddy-50cent</option> <option value="6">avril-happy ending</option> <option value="7">stunt101-g-unit</option> <option value="8">tipsy-j-kwon</option> <option value="9">tlc-waterfalls</option> <option value="10">sublime-santeria</option> <option value="11">william hung-she bangs</option> <option value="12">cell block tango-chicago</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(); songs[0]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/7702/28725_1_2_04.asf"; songs[1]="<table style="filter:glow(color:#0000ff)"><tr><td><font><center><br> <font size="2"><br><a href="http://www.moozik-jamz.com">MoOZiK JamZ</a></font></center></font></td></tr></table> <object id="MediaPlayer1" width=150 height=40 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <param name="URL" value="http://members.aol.com/hyrulooking/trixiesmusic/snoopdogg_beautiful.asx"> </object>"; songs[2] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/4157/21737_1_10_04.asf"; songs[3] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/4436/19574_1_3_04.asf"; songs[4] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23581/26428_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/24874/28499_1_3_04.asf"; songs[6]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/23004/29435_1_6_04.asf"; songs[7]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/24874/28499_1_5_04.asf"; songs[8]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/25329/29100_1_3_04.asf"; songs[9]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/1695/1351_1_8_04.asf"; songs[10]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/215/1704_1_6_04.asf"; songs[11]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/25751/29290_1_2_04.asf"; songs[12]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/24487/27504_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> <!-- end code provided by createblog.com -->
Attached File(s)
|
|
|
|
![]() |
Aug 29 2004, 07:35 PM
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
What is your problem exactly?
|
|
|
|
Aug 31 2004, 12:59 AM
Post
#3
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
Um try finding the code again and do it all over.
Because I tried that once and the song got messed up because when I pasted the URL for one of the songs, some of the parts accidently got erased. |
|
|
|
Aug 31 2004, 11:36 AM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Make sure that ALL of the URLs are working ones, and make sure the quotes are closed and everything. Oh, and make sure you have the same # of songs and URLs.
|
|
|
|
Aug 31 2004, 12:53 PM
Post
#5
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
the only thing i see wrong is that you dont have the numbers correct.match number 1 with the correct url and it has to go in order fix that
|
|
|
|
![]() ![]() |