stop flv sound
stop flv sound
- Started
- Last post
- 1 Response
- Buckyball2
What's the on release code to turn off and on the sound of a progressively streaming flv?
thanks
- nUBBER0
private function initAudio () : Void {
audioHandler = player.createEmptyMovieClip ("audiohandler_mc", 9999);
audioHandler.attachAudio (player.ns);
player.embeddedAudio = new Sound (audioHandler);
player.setVolume (player.getCurrentVolume());
};