ginob
04-22-2008, 09:11 PM
I'm working on a website that loads external swf files when buttons are clicked. When a different page is selected (while the swf is still playing), the current sounds stop, but (I think) sounds that start later on the timeline continue to play.
I'm using removeChild and SoundMixer.stopAll();
I also tried using sound transform to mute the volume, but I get the same results.
The sounds in the external swfs are attached to the timeline of the swf and are streaming and customized to precisely match screen activity.
Is there something else I need to do to get all the sounds to stop completely?
Thanks.
I'm using removeChild and SoundMixer.stopAll();
I also tried using sound transform to mute the volume, but I get the same results.
The sounds in the external swfs are attached to the timeline of the swf and are streaming and customized to precisely match screen activity.
Is there something else I need to do to get all the sounds to stop completely?
Thanks.