Image

Imagerudpunk wrote in Imageflashdev

Listens: A Perfect Circle-Blue

sound problems

I have such a problem:

I made a sound loop, named it mySound.wav . So i imported it in Flash.
I want this sound to loop in one scene and to stop in another (in other
scene of a movie i have other sounds).
i made it this way : _root.mySound.setVolume(0);
But i have problems with looping cause sound wants to
mute only if make Sync:Stream;Loop. But in this case i have a rather poor result:(
sound loops with ~0.5sec gaps:(. iF i make Sync:Start;Loop sound loops perfectly but does not want to mute in other scene... Help please:)