Questions and audio

The on select/change action can only perform a single action (you need to have multiple actions occurr in this case.) One way to do this would be to make each audio object not initially visable. Then place an on show aciton on the audio object that is set to play itself. Also add an additional on show action to stop each other audio object that you have on the page. Fianlly, the last action on the audio object should be on show, hide the audio object so that it becomes hidden again.Now, for the on select change action, set it to show the correct audio object you wish to play. Now, when they click the choice, it shows the audio object, then this sets off the actions to play the audio and stop an other audio objects that are playing.

Discussions have been disabled for this post