Hey everyone,
I have an AS2 flash website where I am using the loadMovie() function to load multiple swfs, buttons, etc. into my index.swf file (so it is easier to update one component than the whole movie).
I have a series of buttons (home, about, services, etc.) that in are in a file called “buttons.swf” and are loading into index.swf. I also have another button called “envelope.swf”, which brings up a screen for a “TellaFriendAboutThisPage.swf” box. I would like to have “buttons.swf” disabled when when the “envelope.swf” button is clicked and brings the ””TellaFriendAboutThisPage.swf” on stage, and then enabled when the stage is cleared of the “TellaFriendAboutThisPage.swf” I’m not too sure how to go about doing it because everything is called through loadMovie.
Can this be done? I know about using enabled=false/true, but how can I use that when referring to OTHER embedded swfs?
Thanks!