Music Playlist ♥

Layout by Emily
music_playlist
read my profile
sign my guestbook

Message: message me


Member Since: 12/31/2004

SubscriptionsSites I Read

Blogrings
Music,music, and more music
previous - random - next

~Xanga Codes Here!~
previous - random - next

mUsIc..mUsiC.. MusiC
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Wednesday, August 16, 2006

I put all the codes on this xanga on this xanga to prove to you it works and you're the one that screwed up.

music playlist- exact copy paste and then I just put two songs which was in default with music codes that work, if yours doesn't work you either messed up the code or you have crappy music codes that don't work

scroll code -  I just copy + pasted exaclty from this and i just change the settings with width/height to better suit it and look it works.

hang-man - exact copy paste and it works....... didn't feel like changing da words

OKay all i do is provide the music playlist code so you can make the playlist YOURSELF!

and if you can't figure it out, you are just lazy or really retarded. All you gotta do is read the directions if you are really desperate leave me the password to your xanga here with the list of songs/codes you want.   I don't know if i'm really serious about this, you can figure it out.

Okay I'll give you a hint
CLAF - I didn't say where to paste it but honestly there are only 2 FREAKIN POSSIBILITIES. DONT' BE  SO DUMB. EXPERIMENT! Public preview is there for a reason.


Sunday, March 27, 2005

this code makes each entry scroll

<script>
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){
if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;}
 table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild;
inner = stuff.innerHTML
stuff.innerHTML="";
stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>');
 
}
}
</script>
<style>/*Automatic entry scrollbar by Blogring.net*/
.custom{
width:740px;
height:500px;
overflow: auto;
border: 0px none;  
}
/*End script by Blogring.net*/
</style>

you can change it to meet your needs like the width, height, the bold part okay.
icons are 100 width by 100 length if you don't know scale
<- 300 width and 100 height

PASTE IT IN claf
There's only 2 possibilites and there is PUBLIC PREVIEW so you really can't screw this up.


Friday, December 31, 2004

CODE FOR THE MUSIC PLAY LIST!

BASICALLY OPTION VALUE 0 U PUT THE TITLE AND FOR THE SONG then for songs[0] you put the URL OF THAT SONG and SO ON, 1 is with 1, 2 is with 2,

if you want to put more songs just add more numbers, follow the pattern, remember we learned this in kinergarten

<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">

<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 235px; COLOR: #444444; font-face: verdana" name="playlist" size="1">
<option value="0">title/artist</option>
<option value="1">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
songs=new Array();
songs[0]="song url"
songs[1]="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>

if you want music codes go to i_luv_music4ever and no I WILL NOT HELP YOU FIND MUSIC CODES, like i said i just provide the code for the playlist



If for any reason the playlist does not work be sure to check the MUSIC CODES WORK, if the music codes do work and the music playlist doesn't work that means there's something wrong with the playlist. But some music files just don't work with playlists like quicktime files. (.mov)

YOU PASTE THIS IN CLAF, only 2 possibilities just use public preview.....

Hang-Man Code

People can play hangman on your xanga if you paste this code in to CLAF,  all the hang-man words are about harry potter and charmed but you can change that to words you want it to be and also change the title of the game.

<body onload="count();">

<table border=1><tr>
 <form name="hang"><td align="center" colspan=13>
<font face="Comic Sans MS, Arial, Helvetica" color="white" size="+1"><b>Charmed/Harry Potter HANGMAN! how much do you know?</b></font></td></tr>
 <input type="hidden" name="word" value="">

<script language="javascript">
<!-- This Script Created by D10n...(for Becky Flesher): http://members.xoom.com/yoboseyo/js/ -->
<!-- For this and 100s of other Free Javascripts, check out: -->
<!-- Free-Javascripts.com @ http://www.free-javascripts.com/ -->

var words=new Array();

var words=new Array();
words[0] = "PRIVET DRIVE";
words[1] = "PAIGE MATTHEWS";
words[2] = "HARRY POTTER";
words[3] = "HERMIONE GRANGER";
words[4] = "POWER OF THREE";
words[5] = "BOOK OF SHADOWS";
words[6] = "WARLOCKS";
words[7] = "HOGWARTS";
words[8] = "ALBUS DUMBLEDORE";
words[9] = "DRACO MALFOY";
words[10] = "MARIA LOVES MALFOY";
words[11] = "DANIEL RADCLIFFE";
words[12] = "ALYSSA MILANO";
words[13] = "DEMONS";
words[14] = "SPELLS";
words[15] = "POTIONS";
words[16] = "ELDERS";
words[17] = "LEO WYATT";
words[18] = "WYATT MATTHEW HALLIWELL ";
words[19] = "AZKABAN";
words[20] = "CHAMBER OF SECRETS";
words[21] = "SORCERERS STONE";
words[22] = "CAULDRONS";
words[23] = "WANDS";
words[24] = "QUIDDITCH";
words[25] = "PROFESSOR SNAPE";
words[26] = "HALLIWELL MANOR";
words[27] = "COLE TURNER";
words[28] = "HOLLY MARIE COMBS";
words[29] = "LORD VOLDEMORT";
words[30] = "SIRIUS BLACK";
words[31] = "EMPATH";
words[32] = "WHITELIGHTER";
words[33] = "WITCHES";
words[34] = "WIZARDS";
words[35] = "JK ROWLINGS";
words[36] = "CONSTANCE M BURGE";
words[37] = "DREW FULLER";
words[38] = "DEMENTOR";
words[39] = "GRYFFINDOR";
words[40] = "I HATE PROFESSOR UMBRIDGE";
words[41] = "CHARMED IS ON WB AND TNT";
words[42] = "HARRY POTTER AND THE HALF BLOOD PRINCE";

alpha="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
ltr=0; ltc=0;
for (i=0;i<2;i++)
 { document.write("<tr>");
   for (j=0;j<13;j++)
    { a='<td><tt><input type="button" value=" ';
      a+=alpha.substring(ltr,ltr+1)+' " onclick="';
      document.write(a+'letter(this);"></tt></td>'); ltr++; };
   document.write("</tr>"); };

var rnd=Math.floor(Math.random()*words.length);
document.hang.word.value=words[rnd].toUpperCase();
document.write('<tr><td colspan=13 align="center"><tt><font size=+2>');
for (i=0;i<words[rnd].length;i++)
 { a=words[rnd].substring(i,i+1);
   if (alpha.indexOf(a,0)>-1) { a="*"; ltc++; };
   document.write('<input type="button" value="'+a+'">'); };
document.write('</font></tt></td></tr>');

function letter(l)
 { a=l.value.substring(1,2); l.value="   "; dh=document.hang;
   if (a!=" ")
    { w=dh.word.value;
      b=w.indexOf(a,0); f=1; dhl=dh.left;
      while (b>-1)
       { dh.elements[b+27].value=a;
         b=w.indexOf(a,b+1); f=0; ltc--; };
      dhl.value-=f;
      if (dhl.value==0)
       for (j=0;j<26;j++)
        dh.elements[j+1].click();
    }; };
function count()
 { dh=document.hang; dhc=dh.clock; dhl=dh.left;
   dhc.value-=1; v=dhl.value*ltc*dhc.value
   if (v>0)
    setTimeout("count();",1000);
   else
    { msg="Congratulations!";
      if (dhl.value<0)
       msg="You Have No More Tries!";
      if (ltc>0)
       msg="Time Out! Answer:\n"+dh.word.value;
      dhl.value="0";
      alert(msg);
    }; };
</script>
<tr><td align="center" colspan=5>TURNS LEFT:<input type="button" value="10" name="left"></td>
<td colspan=5 align="center">TIME REMAINING:<input type="button" value="60" name="clock"></td>
<td colspan=3 align="center"><input type="button" value="Again" onclick="location='http://www.xanga.com/home.aspx?user=charmedbubblegirl';">
</td></form></tr></table>

<center></center>

XOXXOXOX OR XXX lol :P PORRRRRRRRRRRN -Courtney



Charmed/Harry Potter HANGMAN! how much do you know?
TURNS LEFT: TIME REMAINING: