I am working on a site that has a root .swf file. Within that, the buttons load external, smaller .swf’s for the content, etc… In one of those .swf’s, I have a button that needs to open a pop-up window. I followed the “Centered Pop-up” tutorial on this site, but the button does not work when loaded from the root swf. It does however, if I create an html file with just the external .swf loaded, without the main page. What do I need to add in the AS to make the button work outside of the swf? Thanks alot!
-Chase