Make sure the sound file(s) is in your project folder. If you want all of your sounds in a subfolder on the CD, then you must use the relative path in your HTML code. The .wav file will be played when the HTML page is displayed by the HTML browser and Slide Show interfaces. In your HTML code:
Just under the <BODY> tag, enter a BGSOUND tag. Example:
<BGSOUND SRC="mysound.wav"> or if the sound is in a folder, use the relative path:
<BGSOUND SRC="subfolder\mysound.wav">