Hi,
I have a single mp3 file, which I'd like to play everytime when a hotspot is clicked, but I only get it played on 1st click.
I tried many different approaches, but did not get it to work on 2nd click:
- both in hotspot's onclick as well as and in action
- preloadsound() in onxmlcomplete event
- createsound() before playsound()
- stopsound() and destroysound() before createsound()
Any idea how to make it work?