To add sound you must add the embed the following sound tag to the HTML code in your template:
<embed src=”sound.wav” autostart=”true” loop=”true” hidden=”true” ></embed>
The above HTML code requires that you put a soundfile, “sound.wav”, in the root of your directory.

