ok while im useing my firefox my music on my xanga doesn't seem to be working and firefox isn't asking for plugins and such...

I Swear if you hate muffins ill hunt you down
<center>
<align="center"> 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="Loop" VALUE="True">
</object>
</p>
<form name="form">
<p style="text-align: center">SONGS<B>-></b>
<select style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 220; COLOR: #ffffff; font-face: arial; height:184" name="playlist" size="1">
<option value="0"> SSBM Massive Medly</option>
<option value="1"> SSBM Fire Emblem</option>
</select>
<input TYPE="BUTTON" NAME="darkplay" VALUE="Play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkstop" VALUE="Stop" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 0;
songs=new Array();
songs[0]="http://www.hostima.net/dragonhero451/SSBM%20-%20Massive%20Medley.mid"
songs[1]="http://www.hostima.net/dragonhero451/SSBM_HyruleTemple_Alt_FireEmblem.mid"
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>