Quote Originally Posted by doane View Post
Also I would like to know is if there is a way to get sounds attached to buttons or other objects when they are pushed/clicked or moused over.. click sounds, etc.
yes there is.

Drop your MP3 onto your design canvas.
Decline AutoPlay.

Select the Audio Control bar and open its Placeholder body.
Remove the word controls and add an id. My example: <audio class="xar_meplayer" id="lorryreverse" src="index_htm_files/car.mp3" width = "100%" height="100%"/>
Resize the control to 30 x 30 px.
Keep it handy.

Now create a button or text link. here I am just going to describe a button with a click link.
In Link > Link to Web or Email address, put: javascript: document.getElementById("lorryreverse").play();

You can now do one of two things:

  1. Hide the control under the button and soft group both.
  2. Place the control to the right. I recommend this as when either it or the button is clicked, the Pause control is shown so a punter can quickly kill the raucous noise. Again, soft-group to keep things together.

Acorn