AUTOSTART=false means the music will not start until the "Play" button is pressed
letting the visitor choose to play it or not.
Setting it to true will have it automatically play the music
when document is loaded, having it play as background music.
LOOP=n This tells browser how many times to play the music.
n could be an integer, true, or false.
Setting LOOP=infinite, the browser will continue playing
your music until the stop button is clicked.
WIDTH and HEIGHT tells how the sound console will be displayed
in pixels. Setting them as the given numbers,
browsers will display a full console.You can also
hide it by placing HIDDEN=true like this: