|
xanga Omg does anyone know how to put a play list in your xanga.?? if you do please tell me how?? i really need to know please ` I'll rate HIGH !
x ME !
[ ] Want to answer more questions in the Miscellaneous category? Maybe give some free advice about: Random Weirdos?
okay, copy this code using right click on your mouse and doing "copy" (make sure you highlight the code first) :
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<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"> SONG TiTLE </option>
<option value="1"> SONG TiTLE </option>
<option value="2"> SONG TiTLE </option>
<option value="3"> SONG TiTLE </option>
<option value="4"> SONG TiTLE </option>
<option value="5"> SONG TiTLE </option>
<option value="6"> SONG TiTLE </option>
<option value="7"> SONG TiTLE </option>
<option value="8"> SONG TiTLE </option>
<option value="9"> SONG TiTLE </option>
<option value="10"> SONG TiTLE </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]=" SONG URL "
songs[1]=" SONG URL "
songs[2]=" SONG URL "
songs[3]=" SONG URL "
songs[4]=" SONG URL "
songs[5]=" SONG URL "
songs[6]=" SONG URL "
songs[7]=" SONG URL "
songs[8]=" SONG URL "
songs[9]=" SONG URL "
songs[10]=" SONG URL "
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 -->
<!-- end code provided by createblog.com -->
then you go into your "look and feel" section and then paste your code into "your custom header" by right clicking and saying "paste".Make sure its under your layout code because you dont want them mixed up.Then you do "save" stroll all the way down to the bottom of the page and there ya go.If you need anymore help with anything about it or how to put music codes into your music drop down code just ask me ; ]
♥ danielle ]
go to www.xanga.com, the main page, & then go to the SEARCH bar & type in "darkplayer" & there should be USER sites, so make sure you're looking under the USER tab. once you find that code, you put that into your xanga site & go to www.musicgalore.net & pick out whatever song you want. once you find it, right click on the link & click PROPERTIES & they'll give you an URL in a box that comes up. copy & paste that URL in the darkplayer code. the darkplayer code itself has certain parts that you insert that in & the title/artist of the song.
-hope that helped!♥ ]
More Questions: |