If I have a Flash Projector exe file which loads swf’s into a movie clip container, will putting a button with [on (release) { fscommand(“quit”); }] command in the loaded swf cause the entire exe file to quit or just the swf? I want it to close everything (exe and swf), but want to be sure before I dive into it.
Thanks