I have a main screen swf and a button which brings out an external swf using the loadMovie() function.
This works fine. But how can I have a button which only closes the external swf but not the main screen swf? What function should I use or how I can achieve that?
It’s like an layer which just sits on top of the main swf. How can I close just the top layer?