> I've got aproblem I'm trying to fix before I get a plane. 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....
The static property only toggles whether the image on stage is updated or not, the SWF is still playing in the background and as such you'll still hear the audio as you've found out. You might consider either pausing/restarting the SWF as needed or simply mute the SWF audio (set the member's sound property to FALSE) as needed. Hope that helps. Cheers, Tom Higgins Product Specialist - Director Team Macromedia ... [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!]
