I am using the JQuery Plugin and would like to add sound for when my slideshow is going. I am using the shuffle effect and whenever it is to go to the next slide I would like a sound to be played.
$('#chars').cycle({
fx: 'shuffle',
prev: '#prev',
next: '#next',
timeout: 6000,
speed: 800
});
jquery.malsup.com/cycle/ - That is the Plugin site.
These are the js files I am using.
Thanks a lot!