xplicitnshort
12-22-2004, 04:43 PM
okay well i hate posting about this since this topic is brought up so much, but i've searched the forums, and have tried every single thing.. and it shows up and everything, but it will not play.
here is my xanga (http://www.xanga.com/home.aspx?user=xplicitnshort89)
and here is my code:
<object id="darkplayer" codeBase="x/controls/mplayer/en/nsmp2inf.cab#Ver" 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="width: 300px; height: 20px; background-color: #000000; color: #66ccff; font-size: 6pt; font-family: arial; border: #66ccff 1px solid;" name="playlist" size="1">
<option value="0">Something Corporate - Fall</option>
<option value="1">Something Corporate - Good News</option>
<option value="2">Something Corporate - I Want To Save You</option>
<option value="3">Something Corporate - Not What It Seems</option>
<option value="4">The Starting Line - Up & Go</option>
<option value="5">The Starting Line - Saddest Girl Story</option>
<option value="6">The Ataris - In This Diary</option>
<option value="7">The Ataris - My Reply</option>
<option value="8">Dashboard Confessional - Carve Your Heart Out Yourself</option>
<option value="9">Dashboard Confessional - So Beautiful</option>
<option value="10">Avril Lavigne - My Happy Ending</option>
<option value="11">Greenday - Boulevard of Broken Dreams</option>
<option value="12">Finch - Letters To You</option>
</select><br>
<input style="width: 40px; height: 20px; background-color: #91D0FF; color: #000000; font-size: 6pt; font-family: Rix, sans-serif; border: #007BF7 1px solid;" TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input style="width: 40px; height: 20px; background-color: #91D0FF; color: #000000; font-size: 6pt; font-family: Rix, sans-serif; border: #007BF7 1px solid;" TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause (); playstate=2;">
<input style="width: 40px; height: 20px; background-color: #91D0FF; color: #000000; font-size: 6pt; font-family: Rix, sans-serif; border: #007BF7 1px solid;" 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/5/21221/25835_1_8_04.asf";
songs[1]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/21221/25835_1_10_04.asf";
songs[2]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/21221/25835_1_1_04.asf";
songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/21221/25835_1_12_04.asf";
songs[4]="http://a420.v8383d.c8383.g.vm.akamaaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23755/23896_1_1_04.asf";
songs[5]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23755/23896_1_10_04.asf";
songs[6]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/5490/27368_1_3_04.asf";
songs[7]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/5490/27368_1_4_04.asf";
songs[8]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/22181/28045_1_9_04.asf";
songs[9]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/22181/28045_1_10_04.asf";
songs[10]="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[11]="http://www-scf.usc.edu/~ronaldwc/04%20Boulevard%20of%20Broken%20Dreams.wma";
songs[12]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/24365/27329_1_2_04.asf";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()* songs.length);
document.darkplayer.FileN ame = 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.FileN ame = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>
i've double checked if each song worked, and they all do.. but maybe it's because the songs are in .asf format? (and no, it's not the spaces in the URLS because the spaces only appear on here)
PLEASE HELP ME!!! =[
THANK YOU SOOOO MUCH TO WHOM EVER HELPS! :)
here is my xanga (http://www.xanga.com/home.aspx?user=xplicitnshort89)
and here is my code:
<object id="darkplayer" codeBase="x/controls/mplayer/en/nsmp2inf.cab#Ver" 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="width: 300px; height: 20px; background-color: #000000; color: #66ccff; font-size: 6pt; font-family: arial; border: #66ccff 1px solid;" name="playlist" size="1">
<option value="0">Something Corporate - Fall</option>
<option value="1">Something Corporate - Good News</option>
<option value="2">Something Corporate - I Want To Save You</option>
<option value="3">Something Corporate - Not What It Seems</option>
<option value="4">The Starting Line - Up & Go</option>
<option value="5">The Starting Line - Saddest Girl Story</option>
<option value="6">The Ataris - In This Diary</option>
<option value="7">The Ataris - My Reply</option>
<option value="8">Dashboard Confessional - Carve Your Heart Out Yourself</option>
<option value="9">Dashboard Confessional - So Beautiful</option>
<option value="10">Avril Lavigne - My Happy Ending</option>
<option value="11">Greenday - Boulevard of Broken Dreams</option>
<option value="12">Finch - Letters To You</option>
</select><br>
<input style="width: 40px; height: 20px; background-color: #91D0FF; color: #000000; font-size: 6pt; font-family: Rix, sans-serif; border: #007BF7 1px solid;" TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input style="width: 40px; height: 20px; background-color: #91D0FF; color: #000000; font-size: 6pt; font-family: Rix, sans-serif; border: #007BF7 1px solid;" TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause (); playstate=2;">
<input style="width: 40px; height: 20px; background-color: #91D0FF; color: #000000; font-size: 6pt; font-family: Rix, sans-serif; border: #007BF7 1px solid;" 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/5/21221/25835_1_8_04.asf";
songs[1]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/21221/25835_1_10_04.asf";
songs[2]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/21221/25835_1_1_04.asf";
songs[3]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/21221/25835_1_12_04.asf";
songs[4]="http://a420.v8383d.c8383.g.vm.akamaaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23755/23896_1_1_04.asf";
songs[5]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/23755/23896_1_10_04.asf";
songs[6]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/5490/27368_1_3_04.asf";
songs[7]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/5490/27368_1_4_04.asf";
songs[8]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/22181/28045_1_9_04.asf";
songs[9]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/22181/28045_1_10_04.asf";
songs[10]="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[11]="http://www-scf.usc.edu/~ronaldwc/04%20Boulevard%20of%20Broken%20Dreams.wma";
songs[12]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/5/24365/27329_1_2_04.asf";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()* songs.length);
document.darkplayer.FileN ame = 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.FileN ame = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>
i've double checked if each song worked, and they all do.. but maybe it's because the songs are in .asf format? (and no, it's not the spaces in the URLS because the spaces only appear on here)
PLEASE HELP ME!!! =[
THANK YOU SOOOO MUCH TO WHOM EVER HELPS! :)