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. |
|
|
|
Jul 15 2004, 12:03 PM
Post
#3
|
|
![]() your signal fades away, and all I'm left with is noise. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Apr 2004 Member No: 14,110 |
okie thanks....that seems a bit too complicated for me but thanks lol
|
|
|
|
Jul 15 2004, 05:56 PM
Post
#4
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 |
QUOTE(bballchick1 @ Jul 15 2004, 9:03 AM) okie thanks....that seems a bit too complicated for me but thanks lol actually it's not that hard and doesn't take that long. uploading the music is what will take some time. you can use windows media player to copy all the songs off your cd. after that you look for a free hosting site. there are many posted here: Big Book of Resources. then you upload your songs one by one to your new hosting site. get the url for each song and place them in your script after where it says "option value=". place the script in your look and feel and than it should work. for a preview of how it would work you can check out this person's site here: Preview |
|
|
|
Jul 15 2004, 08:37 PM
Post
#5
|
|
![]() your signal fades away, and all I'm left with is noise. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Apr 2004 Member No: 14,110 |
okie...do you know which link hosts music? thanks
|
|
|
|
Jul 15 2004, 09:15 PM
Post
#6
|
|
![]() Ne0 Is The One ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,348 Joined: Jun 2004 Member No: 24,349 |
try the big book of resources in the webdesign section. It contains alot of free hosting sites.
I know that www.fateback.com is free and I would try that. |
|
|
|
Jul 15 2004, 10:13 PM
Post
#7
|
|
![]() your signal fades away, and all I'm left with is noise. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Apr 2004 Member No: 14,110 |
i know about the big book of resources but i don't know which one hosts music...could you help me with that? thanks!
|
|
|
|
Jul 16 2004, 02:00 AM
Post
#8
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 |
umm you can try freehomepages.com. that's what i use to host my music.
|
|
|
|
Jul 16 2004, 02:04 AM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,795 Joined: May 2004 Member No: 16,421 |
freehomepages.com works..
To decrease the bit rate, AudioRight works for me.. You can download free trial at http://www.audioright.com/ |
|
|
|
Jul 16 2004, 08:30 AM
Post
#10
|
|
![]() your signal fades away, and all I'm left with is noise. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Apr 2004 Member No: 14,110 |
alrightie thanks
|
|
|
|
![]() ![]() |