Action Needed
Action Needed
- Started
- Last post
- 7 Responses
- mikeim
So i have a flash movie and when the user clicks on a button it loads a secondary swf.
i want to be able to talk to the original movie from that secondary loaded movie.
how do i go about this?
- o0o0
in the loaded swf, when you say _root, it will go to the parent movie... then you just go down to your target from there..
- ********0
_root action
- mikeim0
not working. here are the actions i have applied to an empty frame in the secondary loaded swf:
_root;
gotoAndPlay("servicesLoad");
play();
- ********0
make sure you target your first swf I believe
- autonoma0
It would actually be:
_root.gotoAndPlay('servicesLoad
');
- autonoma0
Line got broken up.
_root.gotoAndPlay('servicesLoad...
- mikeim0
should i use an "unload movie' action also?