PDA

View Full Version : Call a function in main swf from externally loaded swf



bsyapril88
July 23rd, 2008, 01:11 PM
After loading in an external .swf on top of a main .swf is there any way for the external .swf (child .swf) to activate a function in the main .swf? I know it is possible for the main .swf to run a function in the external .swf using "loader.content." Thanks for your help.

bsyapril88
July 23rd, 2008, 01:19 PM
It looks like Movieclip(parent).myFunction() does the trick.