Hey,
I am using Soundmanager 2 to currently execute audio clips when vistors click on images. I want to have to cycle through 3 mp3s each image, with each click, “click” play 1, “click” play 2, etc etc? Seem doable, but I am not sure how - Hence I am here
Here is the code I am using on the images. FYI there is also a rollover on the images too.
THANKS A MILLION!
<a href="javascript:soundManager.play('Message1','audio/Message1.mp3');" title="Click to Check Messages" onmouseover="document.phone.src='http://mydomain.com/img/items/phone-down.png' "onmouseout="document.phone.src='http://mydomain.com/img/items/phone-up.png'"><img src="http://mydomain.com/img/items/phone-up.png" name="phone" width="167" height="147" border="0" align="left" style="height:147px;width:167px;"/></a>