ActionScript to Javascript Communication

In my last post I showed how to communicate from Javascript to ActionScript.  To do so I used ExternalInterface in my ActionScript.  ExternalInterface allows traffic to flows both ways. We’ll start in ActionScript this time.  Ensure you have imported the ExternalInterface class. Then create a call to Javascript using the ‘call’ method of the ExternalInterface…

Read More