how do you upload music, from your own cds? |
how do you upload music, from your own cds? |
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
|
|
|
|
![]() |
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. |
|
|
|
bballchick1 how do you upload music Jul 15 2004, 10:05 AM
bballchick1 okie thanks....that seems a bit too complicated fo... Jul 15 2004, 12:03 PM
ryan_73 QUOTE(bballchick1 @ Jul 15 2004, 9:03 AM)okie... Jul 15 2004, 05:56 PM
bballchick1 okie...do you know which link hosts music? thanks Jul 15 2004, 08:37 PM
MasterNe0 try the big book of resources in the webdesign sec... Jul 15 2004, 09:15 PM
bballchick1 i know about the big book of resources but i don... Jul 15 2004, 10:13 PM
ryan_73 umm you can try freehomepages.com. that's what... Jul 16 2004, 02:00 AM
EmeraldKnight freehomepages.com works..
To decrease the bit rat... Jul 16 2004, 02:04 AM
bballchick1 alrightie thanks Jul 16 2004, 08:30 AM![]() ![]() |