<object id="darkplayer" codeBase="[Link](Mouse over link to see full location); 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:#ffffff; WIDTH: 200; COLOR: #000000; font-face: verdana; height:174" name="playlist" size="1">
<option value="0">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="1">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="2">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="3">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="4">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="5">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="6">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="7">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="8">PUT S0NG NAME OR/AND ARTIST HERE</option>
<option value="9">PUT S0NG NAME OR/AND ARTIST HERE</option>
</select><br />
<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; // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
// www.xanga.com/smartypants91780
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]="LINK HERE"
songs[1]="LINK HERE"
songs[2]="LINK HERE"
songs[3]="LINK HERE"
songs[4]="LINK HERE"
songs[5]="LINK HERE"
songs[6]="LINK HERE"
songs[7]="LINK HERE"
songs[8]="LINK HERE"
songs[9]="LINK HERE"
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>
try that code, it should work, but if it dosent, go to xanga.com at the top click on blogrings and type in "html codes" or just "codes" and click search and click on a group and then choose a xanga site and look for drop down music list one of thsoe places should have it.Hope i could help you out!
xomegaroni answered Saturday November 19 2005, 4:23 pm: k i can't give you the exact code, but go to www.xanga.com & at the top there's a search bar with tabs. go to the 'user' tab & click on it & then type in 'darkplayer code' & websites will come up with instructions & the code itself.
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.