unloading an external swf from itself
Hello there,
I have a really simple problem regarding the unloading of swf's. I've searched for solutions but somehow I am having some difficulties understanding all the parent-child associations.
So, I have main swf that has four buttons, each loading an external swf. The buttons are on the main timeline. The swf's that are loaded have a return button on their main timelines that would need to unload the current swf and thus return to my main swf.
If some good samaritan could explain to me exactly what kind of code I would need to put into my return-buttons to make this thing work?