View Full Version : concerning dark player...


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! :)

tokyo bleu
12-22-2004, 07:55 PM
No, it's not because of the .ASF formats. It is possible that the Darkplayer is conflicting with any other JavaScript you have on your Xanga.

CKY Chick
12-22-2004, 09:31 PM
try taking the ";" off the last song URL after the "

xplicitnshort
12-23-2004, 02:12 AM
thanks so much anyways... but no those two things didn't work. i tried taking out all the javascript besides that, and it still wouldn't work....

any other ideas?

and is there an alternative to dark players?
i remember i used something before, a drop down music list, and that worked....

JiNgLeBeLLz77
12-23-2004, 02:31 AM
check out createblog.com... you can use the music links one... or the new song on refresh code =]

vanillacokemeeh
12-23-2004, 03:45 AM
just to reply, i think darkplayers and drop-down playlists are same right?

JiNgLeBeLLz77
12-23-2004, 04:41 AM
yeah... they basically are.