It shows that you are unregistered. Please register with us by clicking Here
Go Back   Blogring.net - The Premier Myspace & Xanga Community > Xanga Forums > Xanga Codes and Scripts > Xanga - Music

Xanga - Music Music 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.

Reply
 
LinkBack Thread Tools Display Modes

Old 07-20-2006, 10:01 PM   #471 (permalink)
Junior Member
 
EricaIsPriceless is offline
Join Date: Jul 2006
Posts: 4
EricaIsPriceless
Points: 4.00
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
  Reply With Quote
Sponsored Links

Old 09-04-2006, 07:24 PM   #472 (permalink)
Junior Member
 
PixieDust3521693 is offline
Join Date: Nov 2005
Posts: 1
PixieDust3521693
Points: 1.00
I always use this one cause it's the only one I can figure out. Hahaha.
  Reply With Quote

Old 12-13-2006, 06:59 PM   #473 (permalink)
Junior Member
 
Puni is offline
Join Date: Dec 2006
Posts: 2
Puni is on a distinguished road
Points: 2.00
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">

<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">song 1</option>
<option value="1">song 2</option>
<option value="2">song 3</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]="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>

<!-- end code provided by blogring.net -->
  Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 11:30 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0