Hi - hope someone can help! How do I put music on a web site? I'd like to have a choice of a few tracks (poss 10 or less) and I want the visitor to be able to choose and control the music. Is there a small, simple player I could use? Or is javascript or something the answer? This is the site: http://www.c-c-p-c.net/ Thank you!
My guess is you need to upload the songs to a website (similar to an image hosting site) and do it that way. Im sorry I cant be more of a help to you as I know absolutely nothing about websites. It would probably be best to have the songs in MP3 format as their small in size.
Thanks for trying Weazel, but that hasn't really helped. At least you tried! I'll keep lookin - I'll find the answer. Cheers!
first upload your song to a hosting site http://fileupyours.com or http://filehut.org then copy the url code for your song and put it with this code on your website <embed src="url_of_song" autostart="true" loop="true" width="280" height="45"></embed>