Bob,
For any MIAW's that you open, you can close them in a few ways:
1. The user can use UI elements like the close box that appears in the window's title
bar to close the window.
2. You can make your own button or call your own code that calls the close() method
off of the window object:
window("foo").close()
In both cases a closeWindow() event will be generated that you can respond to in your
movie, you'll also get a stopMovie() event generated that you can respond to. You
cannot close a MIAW by calling stopMovie() though as that does not control the
window's behavior in any way.
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!]