Log In · Register

 
 
Closed TopicStart new topic
I'm baffled!, about darkplayer
*mona lisa*
post Nov 22 2004, 08:03 AM
Post #1





Guest






i've been trying to help others with their darkplayers, but when i tried it myself, it doesn't work! and its really annoying me because i want my friends and I to listen to some of the songs that I put up. but i guess not.

when i go to my xanga without logging in and i look at my source, there's this code between umm... well it looks like this:
CODE
<!-- begin code provided by createblog.com -->
<option value="15">Liz Phair - Why Can't I</option>
</select>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
</form>

<script language="JavaScript">
<!--

function SymError()
{
 return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
 return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

<script language="JavaScript">
<!--
var playstate = 1;
<!-- end code provided by createblog.com -->



does that have to do with the problem? because i don't think it's supposed to be there.


so here's my xanga and here's my code:

CODE
<!-- 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="0">You and I  - Celine Dion</option>
<option value="1">DJ Sammy - Heaven</option>
<option value="2">Eminem - Just Lose It</option>
<option value="3">Britney Spears - My Prerogative</option>
<option value="4">Evanesence - Going Under</option>
<option value="5">Tera Mera Pyar Sanam - Hawa Mein Udti Jaye</option>
<option value="6">Main Yahan Hoon - Veer-Zaara</option>
<option value="7">Dhoom Machale - Dhoom</option>
<option value="8">Shikdum - Dhoom</option>
<option value="9">Nazar Nazar - Fida</option>
<option value="10">Hoobastank - The Reason</option>
<option value="11">Vanessa Carlton - A Thousand Miles</option>
<option value="12">Usher ft. Alicia Keys- My Boo</option>
<option value="13">Jay Sean - Eyes On You</option>
<option value="14">Destiny's Child- Lose My Breath</option>
<option value="15">Liz Phair - Why Can't I</option>
</select>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
</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();

// Add song URLs here
songs[0]="http://www.freewebtown.com/gotnoheart/gallery/29692/aud-25576.mp3";
songs[1]="http://mooniidx.bemanistyle.com/8bit/heaven.mp3";
songs[2]="http://mixfm.terra.com.br/musica/lancamentos/sounds/eminem_just_lose_it.wma";
songs[3]="http://www.sinc.sunysb.edu/Stu/chrilee/Britney%20Spears%20-%20New%20Track%20-%20My%20Prerogative%20-%20BritneySlaves.mp3";
songs[4]="http://www.espew.com/cgi-bin/spew/286634/45864.mp3";
songs[5]="http;//www.freewebtown.com/gotnoheart/gallery/29692/aud-25581.mp3";
songs[6]="http://www.qasims.com/Veer-Zaara/MainYahanHoon-VeerZaara.mp3";
songs[7]="http://www.qasims.com/DhoomMachale-Dhoom.mp3";
songs[8]="http://www.qasims.com/Shikdum[TheBedroomMix].mp3";
songs[9]="http://www.qasims.com/NazarNazar-Fida.mp3";
songs[10]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/21164/28621_1_8_04.asf";
songs[11]="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/21107/25578_1_3_04.asf";
songs[12]="http://media.bmgonline.com/zombalabelgroup.com/usher/audio/my_boo_96.asx";
songs[13]="http://low.mp3lizard.com/shamsk/eyes_on_u_www.desidhun.tk.mp3";
songs[14]="http://www.destinyschild.com/video/DestinysChild_LoseMyBreathVidFull_300.asx";
songs[15]="http://hometown.aol.com/sharinahart/trixiesmusic/lizphair_whycanti.asx";
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 -->
 
lovescream
post Nov 22 2004, 04:22 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



i dont have my sounds fixed right now, but is your problem that the WHOLE darkplayer isn't working or you mean just a few songs?
if it's all it could be that all the song's links are dead because nothing seems wrong.
if it's just a few songs [if you haven'tr tried to listen to them all, try so like i do] then the songs that u cant hear, their links are dead. _smile.gif
 
*mona lisa*
post Nov 22 2004, 04:31 PM
Post #3





Guest






i think most of the songs are working. the ones that i uploaded from my computer isn't working either and i know that they work. but i even tried it with less than 10 songs and it still didn't work.
 
lovescream
post Nov 22 2004, 04:33 PM
Post #4


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



if you uploaded it fromy your computer, that could be the problem.
you can just use peoples' music URLs that they display out on xanga music code sites =\
 
*mona lisa*
post Nov 22 2004, 09:02 PM
Post #5





Guest






what's the problem if i uploaded from my computer? the url works fine tho.
 
lovescream
post Nov 22 2004, 09:15 PM
Post #6


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



iunno =\ but is it just the ones that YOU uploaded dont work?
 
*mona lisa*
post Nov 22 2004, 10:36 PM
Post #7





Guest






none of the songs work

edit--none of the songs actually play on my xanga
 

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