> I've got aproblem I'm trying to fix before I get a plane.
I could never afford one. I usually just fly on United.
> Using flash pieces in director. Flipping them on to the stage and off,
> making them static when not viewed. Even though they're static, the
audio keeps
> playing....
Flash sounds continue even when you stop the playback head. I use the
Flash command stopAllSounds(); to stop playback.
I typically use that command within a Flash movie, say on a button.
E.g.:
on release
{
stopAllSounds();
}
HTH.
Cordially,
Kerry Thompson
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]