Log In · Register

 
how do you upload music, from your own cds?
bballchick1
post Jul 15 2004, 10:05 AM
Post #1


your signal fades away, and all I'm left with is noise.
******

Group: Member
Posts: 2,099
Joined: Apr 2004
Member No: 14,110



yea how do you upload music from your own cds onto your xanga and have it so that the visitors can choose what song they listen to? thanks in advance _unsure.gif
 
 
Start new topic
Replies
ryan_73
post Jul 15 2004, 11:45 AM
Post #2


Junior Member
*****

Group: Member
Posts: 457
Joined: Jun 2004
Member No: 26,537



you'll have to copy or rip all the songs off your cd then upload it to a hosting site. from there you can use this code and enter all the url's to the songs to make a drop down playlist for your users to choose which song they want to play:

CODE
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<form name=choose>
Music Menu:
<select size=1 onChange="midiplay(this);">
<option value="#">Click For Music
<option value="http://url/to/america.mid">America The Beautiful
<option value="http://url/to/cannon_d.mid">Cannon (key of D)
<option value="http://url/to/entrtanr.mid">The Entertainer
<option value="http://url/to/maplerag.mid">Maple Rag
<option value="http://url/to/pete_wlf.mid">Peter & the Wolf
</select>
</form>

<script language="JavaScript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

document.write('<bgsound src="#" id=midijuke loop=1 autostart="true">');

function midiplay(what) {
 if (document.all)  {
   document.all.midijuke.src = what.options[what.selectedIndex].value;
 }

 else {
   alert("Sorry, but the Music Menu is only accessible through MSIE4.0 and above.");
 }
}

//-->
</script>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->


for more help with this code go here: http://www.createblog.com/forums/index.php?showtopic=324. there are also other music codes for multiple song playlists you can try in the xanga scripts section. happy.gif
 

Posts in this topic


Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: