Adding Audio

I know how to add a music file to a single page:

<embed src="album.mp3" autostart="true" loop="true"
width="2" height="0">
</embed>

Is there any way I can add background music to a site and regardless which page you click on, the music runs continuously?