Assume I have 2 swf.
first one I have a method on the first frame
function methodA():void { }
Second one will use the loader class to load the first one and use that to call the methodA.
I wonder is it possible to do that... What about passing data....
I am abit too poor in AS 3.0 , I can pass the variable and call function from external swf but how do pass the value or methods from external child to parent.... coz i want to have clicked on the external swf and add to parent swf