|
-
sending variable question
sending a variable to main MC that is nested in a MC on a external MC
I want to send a variable from within a MC, on a external MC that
is loaded into my main movie. I have been able to send a variable to my main movie if the varible is on the main of the external SWF
(using code below on button on main, in the external MC)
_parent.tempvar = "externalMC.swf";
(code on main MC to load externalMC.swf)
loadMovie (_parent.tempvar, _root.container3);
Last edited by deride; 01-13-2003 at 04:55 PM.
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
|