so just recently Ive discovered just how much of a rookie I am when it comes to flash, basically I have a index.swf that calls main.swf im assuming into level 0, and main.swf loads ouragency.swf into main on level 1. How can I dump main on level 0? Ive tried
unload movie(“main.swf”) at the end of ouragency.swf and it doesnt get rid of it any suggestions??
index.swf LOADS main.swf LOADS ouragency.swf
how do I get rid of main.swf after ouragency.swf loads?
Justin
Ive also tried the clear method too with no luck