I could call a javascript global function from ActionScript using ExternalInterface. Can I somehow call scope.method() instead without making the global function call scope.method() inside it?
I could call a javascript global function from ActionScript using ExternalInterface. Can I somehow
Share
I did something similar (I think) previously…
In Javascript:
In actionscript: