Pause Event Sounds?
I'm wondering if there's a way to pause Event sounds.
When using Flash's new ability to export content to an HTML5 canvas format, streaming sounds are no longer permitted, only Event sounds.
I've got a Pause button on the stage to let the user pause the presentation when desired. this.stop(); works just fine pausing the animation, but the sound continues on, as Event sounds are wont to do.
How does one pause the audio if we're required to use only Event sounds?