The <BGSound> is an HTML element which allows authors to create web pages that will play sound clips, or background soundtracks while the page is being viewed Sounds can either be samples (.WAV or .AU format) or MIDI (.MID format).
<bgsound src="URL HERE" loop="-1">
you can do the following: <body bgsound="#"> or you can <embed src="#" autostart="true" style="visibility:false;"></embed> does not always work this means that wherever you put the code it will play on startup, but getting the music is your responsibility. BEWARE OF COPYRIGHT LAWS. if you want it to loop, then add loop="true" in the <embed...> tag
use the following HTML codes to put multimedia files on your page <embed src="yourfile.mid" autostart="true" hidden="false" loop="false"> <noembed><bgsound src="yourfile.mid" loop="1"></noembed> Where yourfile.mid is the name and path of your file to autostart it write "true" to don't autostart it write "false" there to hide the file write false, and so on to all commands The above code will play the Movie file, stored on your server. movie will began playing when your page is loaded and will only play one time
What you have to do first is upload the song into a site like http://www.fileden.com or http://www.ripway.com . After that, you should have a URL that goes with the song. However, the URL is gonna be too long, because the captions for pics only allow 50 characters. What you do then is you go to http://www.metamark.net and they will shorten it for you. Once you have your shorter URL, put it into this code: <bgsound src="URL" loop="-1"> Paste the code into any caption on your myspace pics. =) Note: The song will only play while in Internet Explorer, not Firefox or any other browser.