| I'll music you want, I'll make the box. Now some instructions:
1. You must give me a list of music at LEAST 20 songs long. I can't promise you I can give you everysong, so make a LONG list.
2.If you are too scared to give you E-Mail online, I will just do somthing like ths:
For: (Your Xanga Name)
(Code Here)
3. You MUST include the Artist/Band and Song Name.
So yeah, I will get these done on my own time, so just check back for updates.
Ok, here is a sample one. This player contains:
CKY- 96 Quite Bitter Beings
The Bravery- Unconditional
Death Cab for Cutie- The Sound of Settling
Hailfax- Broken Glass Syndrome
Motion City Soundtrack- Everything is All Right
Enjoy:
<!--Provided by http://www.thehtmlhelpsite.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>
</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">Everything is Alright</option>
<option value="1">Broken Glass Syndrome</option>
<option value="2">The Sound of Settling</option>
<option value="3">96 Quite Bitter Beings</option>
<option value="4">Unconditional</option>
</select>
<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;
songs=new Array();
songs[0]=" http://media.spin.com/features/band_of_the_day/audio/2005/06/everything_is_alright%20_hi.mp3";
songs[1]=" http://media.nomilkrecords.com/music/hx/broken_glass_syndrome.mp3";
songs[2]=" http://www.ghvc.de/presse/dc/DeathCabForCutie_TheSoundOfSettling.mp3";
songs[3]=" http://clancky.free.fr/modules/Music/mp3/CKY%20-%2096%20Quite.mp3";
songs[4]=" http://www.boptart.com/mp3/bravery-unconditional.mp3";
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>
<!--Provided by http://www.thehtmlhelpsite.com-->
|