|
-
[RESOLVED] [F8] Flash to Flash
If I load a Flash movie in another Flsh movie, how can I send information from the parent swf to the embeded one?
-
/bump Please help
-
-
use the instance names of the mc you want to target:
example:
this.container.loadMovie("movie.swf");
Once the swf is loaded (only if) you can send its main timeline to another frame using:
this.container.gotoAndStop("someLabel");
gparis
-
Instead of just controlling its time line, can I execute a function or pass a variable to it?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|