I want to play .mp3 files directly by javascript command, something like you can do in soundManager:
createSound('mysound','audio/mysound.mp3');
play('mysound');
This is so that I can play post-specific sounds on mouseovers. Is this possible?
I want to play .mp3 files directly by javascript command, something like you can do in soundManager:
createSound('mysound','audio/mysound.mp3');
play('mysound');
This is so that I can play post-specific sounds on mouseovers. Is this possible?
I'm also interested in Javascript controls. I'm not familiar with how Javascript can interact with Flash, but I assume that it can.
This topic has been closed to new replies.