Accessing buttons on main stage from inside of a movie clip
Greetings...
here is the scenario:
- I have buttons on main stage, and a swf file which is loaded to scene using a LOADER in AS3
- this is a website, so the problem rises when user moves its cursor around the page and now buttons in main stage,
are still active since they are behind the loaded swf file.
- i would like to learn, how can i CODE inside the loaded SWF file, to either remove the buttons in main page, or remove
the event listeners. not sure if my case has anything to do with .Parent or .roo, (I want to access those main stage
buttons from the SWF file which is loaded)
- The general case is, i have SWF files loading inside another SWF files, is it possible to access items on each stage from
inside of loaded SWF files on that specific stage. Similarly i would be interested to learn about accessing main stage from inside
of movieclips running on stage. how can i access something not in present FLA file yet, in FLA file that is loading the page as SWF.
Thanks.