The Sounds of Noise!*****************Noise of sounds!**********Sounds and Noise************Los Sonidos del Ruido!*****************El Ruido de los Sonidos!**************************Sonidos y Ruidos!*********Free for your Web pages!!!!!!!!!!!!!!Gratis!!!!!!!!!
Put some live to your web pages adding  sounds to them.
Sounds effects.
Popular Midis.

 

How to add or put music in myspace.

There are many different ways to do it and the one presented here is very simple, fast , and easy to implement in your web pages, for this you most have your music file ready to be used, in this example  the music file name is
 
piano.mid

This is the script:

<bgsound src="piano.mid" autostart=true loop=infinite >

With red letters is the file name of the music file name that will be playing (replaced with the file name of your music file) ; The statement infinite in green is a command to play the file for an infinite number of times and it can be replaced for the digit number of times you wanted to be played, then it may looks like this:

<bgsound src="piano.mid" autostart=true loop=2 >

It plays 2 times the music file.

Just copy and pasted right under the "<body...>" tag.

remember to have your music file already uploaded.

Disclaimer