Question
I need to access/pass variables'(s) of a .swf file into another .swf file.
Hi all,
I have basic knowledge of Flash and AS3.0.
Suppose i have a flash swf file(main.swf). In this main.swf file, i loaded another swf file(sub.swf) by writing the following code snippet in main.swf file as shown in Attach Code:
Now, how to acess the data present in main.swf into sub.swf.
Note: Here data represents values/data stored in variables/objects of main.swf file.
I have basic knowledge of Flash and AS3.0.
Suppose i have a flash swf file(main.swf). In this main.swf file, i loaded another swf file(sub.swf) by writing the following code snippet in main.swf file as shown in Attach Code:
Now, how to acess the data present in main.swf into sub.swf.
Note: Here data represents values/data stored in variables/objects of main.swf file.