Hi i try to add a different audiofile in each slide. something like that:
<audio autoplay="" controls="" loop="" preload="">
<source src="http://192.254.184.234/~tangh/01_admin_resources/Shimmer/ogg/Smile.ogg" type="audio/ogg"></source>
<source src="http://192.254.184.234/~tangh/01_admin_resources/Shimmer/mp3/Smile.mp3" type="audio/mpeg"></source>
Your browser does not support the audio element.
</audio>
How can i stop the old sound and start a new one with the next slide?
thx 4 help