Xanga - MusicMusic controls and playlists for your Xanga. With these tools, you can add various songs and beats to your Xanga to give it a mood you desire.
I need alotta help! Im semi new to the whole music code thing... ive tryed a million other players and nothings working. can someone PLEASE help me?? heres what i got
Quote:
<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: 150px; COLOR: #33666; font-face: verdana" name="playlist" size="1">
<option value="0">The Kill - 30 Seconds To Mars</option>
<option value="1">Everything About You - 3 Days Grace</option>
<option value="2">Slow Down - The Academy Is ...</option>
<option value="3">Iron Man - Black Sabbath</option>
<option value="4">Paranoid - Black Sabbath</option>
<option value="5">Hands Down - Dashboard Sonfessional</option>
<option value="6">So Sick - Flyleaf</option>
<option value="7">St. Jimmy - Green Day</option>
<option value="8">Beating Hearts Baby - Head Automatica</option>
<option value="9">I Saw It On Your Keyboard - Hellogoodbye</option>
<option value="10">Killing Loneliness - H.I.M</option>
<option value="11">But Its Better If You Do - Panic! At The Disco</option>
<option value="12">I Write Sins Not Tradegies - Panic! At The Disco</option>
<option value="13">Lying Is The Most Fun - Panic! At The Disco</option>
<option value="14">Pressure - Paramore</option>
<option value="15">Sidewalks - Story Of The Year</option>
<option value="16">Pretty Girl - Sugarcult</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;* // 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]="http://home.comcast.net/%7Euvitolo/30_Seconds_to_Mars_-_The_Kill.mp3"
songs[1]="http://shedevilflames.com/audio/ihateeverything.mp3"
songs[2]="http://www.archive.org/download/slowdown/02the_academy_is___slow_down2.mp3"
songs[3]="http://www.edu.kajaani.fi/%7Emvaisan3/black_sabbath_-_iron_man.mp3"
songs[4]="http://bilinguisme.inetcam.com:8080/monday2002/group3/Vincent/music/Black%20Sabbath%20-%20Paranoid.mp3"
songs[5]="http://lfd.streamos.com/vagrant/dashboardconfessional/amarkamissionabrandascar/handsdown/audio/handsdown_192.mp3"
songs[6]="http://www.wma.com/flyleaf/multimedia/Im_so_sick.mp3"
songs[7]="http://www.punkrockers.com/st.mp3"
songs[8]="http://www.warnerreprise.com/asx/headautomatica_beatingheartbaby_128-a.asx"
songs[9]="http://wmass.indymedia.org/usermedia/audio/9/hellogoodbye-isawitonyourkeyboard.mp3"
songs[10]="http://www.archive.org/download/Killing_Lonliness/04h.i.mkilling_loneliness.mp3"
songs[11]="http://ia300216.us.archive.org/3/items/bUT_its_bEtter_iF_you_Do_4/PanicAtTheDiscoButItsBetterIfYouDo.mp3"
songs[12]="http://ia300819.eu.archive.org/2/items/I_Write_Sins_Not_Tragedies/PANICAtTheDiscoIWriteSinsNotTragediespkwholesongin ternetrip.mp3"
songs[13]="http://images.oovietbaby.multiply.com/song/1/9/full/UmFuZG9tSVZx1W4PxfE6CVdrhY.l9Z2JlJfzRx,ylSXDjX1qKY X5xA==/Panic%20At%20The%20Disco%20-%2007%20-%20Lying%20Is%20The%20Most%20Fun%20A%20Girl%20Can% 20Have%20Without%20Taking%20Her%20Clothes%20Off.mp 3"
songs[14]="http://www.filelodge.com/files/hdd8/197514/Pressure%201.mp3"
songs[15]="http://users.electrocity.ca/dru/Music/story%20of%20the%20year%20-%20page%20avenue%20-%20sidewalks.mp3"
songs[16]="http://ia300138.us.archive.org/2/items/Pretty_Girl/sugaRcultPrettyGirl.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>
<!-- end code provided by blogring.net -->
please help me! my xangas [Only registered and activated users can see links. ]
thankss soo much
I have been getting at this for hours!! I just can't get the music to play.. on the bottom of the status bar, it alway says there is an error with the page.. I can't figure out what's wrong with it!! someone please help me!!
here is my codes
Quote:
<!-- begin code provided by blogring.net -->
<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">
</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]="http://www.filethatfile.com/uploads/85109say.mp3"
songs[1]="http://www.filethatfile.com/uploads/29583myfault.mp3"
songs[2] ="http://www.fileden.com/files/2006/9/1/198567/mermaid.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>