I’m working on a project where my main swf has an external swf loaded into the main. When this external swf loads into the main swf their is a button;
on(release) {
loadMovieNum(“popups/pop_1.swf”, 1);
}
onto level 1 layer of the main swf.
My problem is I’d like to while the popup is activated have the main.swf > and external swf disabled so the user doesn’t activate any items on those sub levels. There is a close or (unload) button on the pop up to unload that swf when the user is finished viewing the content. Hopefully someone can help me. Let me know if you need any additional info. Thanks