help, musik drop down box.. |
help, musik drop down box.. |
Nov 19 2004, 05:33 PM
Post
#1
|
|
![]() Roses are red so r my cheeks! ![]() ![]() ![]() ![]() Group: Member Posts: 136 Joined: Jun 2004 Member No: 20,115 |
ok.. evry1 is having a porblem with this the musik drop down thing.. can some1 help me and tell me what I am doing wrog? here is my code:
QUOTE <!-- 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="1">one last cry</option> <option value="2">On the way down</option> <option value="3">Vindicated</option> <option value="4">crush</option> <option value="5">Rapid Hope Loss</option> <option value="6">crush </option> <option value="7">I knew I loved you </option> <option value="8">Ocean Avenue </option> <option value="9">I like it, I love it </option> <option value="10">Flavor Of ThE WeEk</option> <option value="11">TiMe StaNdS stilL</option> <option value="12">QuIeT tHiNgS nO1 EvEr KnOWs</option> <option value="13"> Walk alone </option> <option value="14">Beautiful </option> <option value="15">Broken Angel </option> <option value="16">HoLD mE tWice</option> <option value="17">Dreaming 0f You</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">(document.forms['form'].playlist);"> </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(); // Add song URLs here songs[1]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/287/26806_1_3_04.asf" songs[2]="http://mfile.akamai.com/9139/wma/stream.wmg.com/atlrec/ryan_cabrera/onthewaydown-wma-full.wma" songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/22181/29448_1_1_04.asf" songs[4]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/24479/27885_1_7_04.asf" songs[5]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/22181/28045_1_2_04.asf" songs[6]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/7576/22094_1_7_04.asf" songs[7]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/281/10467_1_3_04.asf" songs[8]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/24962/28398_1_3_04.asf" songs[9]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/1427/1926_1_7_04.asf" songs[10]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/18501/20190_1_2_04.asf" songs[11] ="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/24322/27265_1_4_04.asf" songs[12]="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[13]="http://195.161.115.251/lofi/26/264128.mp3" songs[14]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/6597/26927_1_11_04.asf" songs[15]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/435/29169_1_8_04.asf" songs[16]="http://www.deadsnotpunk.com/fm_static-what_are_you_waiting_for/07-fm_static-hold_me_twice-antipunk.com.mp3" songs[17]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/5143/7171_1_8_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 --> <!-- end code provided by createblog.com --> WHATS WRONG W/ IT? |
|
|
|
![]() |
Nov 19 2004, 09:50 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
try this |
|
|
|
chica777708 help Nov 19 2004, 05:33 PM
mona lisa well the others have problems but i noticed the on... Nov 19 2004, 05:48 PM
chica777708 uh.. it still doesnt work.. so u mean like this ..... Nov 19 2004, 06:00 PM
drummer78 heyy i need help with mine too
code:
<objec... Nov 19 2004, 11:41 PM
chica777708 it still doesnt work.... if u look at my xanga, it... Nov 20 2004, 12:31 PM
chica777708 QUOTE(chica777708 @ Nov 19 2004, 6:00 PM)song... Nov 20 2004, 12:36 PM
drummer78 thanx...but its still not working....damn html -__... Nov 20 2004, 02:59 PM
shortvi3tlaydee for the 2nd person try this
CODEBOX: -> right cl... Nov 20 2004, 03:02 PM
drummer78 thanx, but still nuthin -___- Nov 20 2004, 11:51 PM
erinl13 i need help with mine too....... i heard some wher... Nov 21 2004, 05:13 PM
tungtwista maybe your other scripts are messy . and ruins thi... Nov 24 2004, 11:18 PM![]() ![]() |