Log In · Register

 
help with code.., can someone fix this code
emo_x2
post Dec 31 2004, 12:49 AM
Post #1


Member
**

Group: Member
Posts: 11
Joined: Dec 2004
Member No: 73,527



<!-- begin code provided by createblog.com -->
<!-- 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="false">
</object>
</p>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 160; COLOR: #FFFFFF; font-face: verdana; height:174" name="playlist" size="1">
<option value="0"> alice in chains-man in the box</option>
<option value="1"> alice in chains-rooster </option>
<option value="2"> nirvana-rape me </option>
<option value="3"> nirvana-heart shaped box </option>
<option value="4"> nirvana-in bloom</option>
<option value="5"> jet-look what you've done </option>
<option value="6"> crossfade-cold</option>
<option value="7"> lit-miserable </option>
<option value="8"> marilyn manson-sweet dreams </option>
<option value="9"> marilyn manson-fight song</opyion>
<option value="10"> marilyn manson-disposable teens</option>
<option value="11"> billy talent-line and sinker</opyion>
<option value="12"> bush-chemicals between us </opyion>
<option value="13"> metallica-the unforgiven </option>
<option value="14"> something corporate-me and the moon </option>
<option value="15"> velvet revolver-fall to pieces </option>
<option value="16"> the used-i caught fire </option>
<option value="17"> the used-cut up angels </option>
<option value="18"> the used-im a fake </option>
<option value="19"> the used-listening </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
// www.xanga.com/smartypants91780
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]=" http://a420.v8383d.c8383.g.vm.akamaistream.../517_1_2_04.asf "
songs[1]=" http://a420.v8383d.c8383.g.vm.akamaistream...3/37_1_6_04.asf "
songs[2]=" http://a420.v8383d.c8383.g.vm.akamaistream...5558_1_4_04.asf "
songs[3]=" http://a420.v8383d.c8383.g.vm.akamaistream...5558_1_3_04.asf "
songs[4]=" http://a420.v8383d.c8383.g.vm.akamaistream...5579_1_2_04.asf "
songs[5]=" http://a420.v8383d.c8383.g.vm.akamaistream...8076_1_4_04.asf "
songs[6]=" http://a420.v8383d.c8383.g.vm.akamaistream...9574_1_2_04.asf "
songs[7]=" http://a420.v8383d.c8383.g.vm.akamaistream...3819_1_4_04.asf "
songs[8]=" http://a420.v8383d.c8383.g.vm.akamaistream...7142_1_6_04.asf "
songs[9]=" http://a420.v8383d.c8383.g.vm.akamaistream...8344_1_3_04.asf "
songs[10]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/712/18344_1_4_04.asf "
songs[11]=" http://a420.v8383d.c8383.g.vm.akamaistream...8100_1_4_04.asf "
songs[12]=" http://a420.v8383d.c8383.g.vm.akamaistream...5043_1_3_04.asf "
songs[13]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/300/803_1_4_04.asf "
songs[14]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/21221/28241_1_5_04.asf "
songs[15]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/25684/29686_1_6_04.asf "
songs[16]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/23173/29942_1_2_04.asf "
songs[17]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/23173/29942_1_5_04.asf "
songs[18]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/23173/29942_1_12_04.asf "
songs[19]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/23173/29942_1_6_04.asf "

i think i accidently erased stuff on the bottom...what am i missing
 

Posts in this topic
emo_x2   help with code..   Dec 31 2004, 12:49 AM
emo_x2   nvm i fixed it   Dec 31 2004, 12:53 AM
Sherry_Vu   QUOTE(emo_x2 @ Dec 30 2004, 11:53 PM)nvm i fi...   Dec 31 2004, 01:46 PM
Jus2s1mp13   Next time, just edit.   Dec 31 2004, 12:56 AM
electric shock   Yeah, and next time put it in code because it went...   Dec 31 2004, 01:22 AM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: