Top "Externalinterface" questions

The ActionScript ExternalInterface class enables communication between ActionScript and the SWF container.

Security Error when trying to call ActionScript function from JS

I have a little test swf to test calling an ActionScript(3.0) function from JavaScript. I am using the Flash documentation …

flash actionscript-3 externalinterface
Flash/AS3: ExternalInterface.call() "Why u no console.log?"

I'm trying to do a very simple test to get the AS3 ExternalInterface.call() to Javascript console.log() for me. …

javascript flash actionscript-3 externalinterface
How to get/obtain Variables from URL in Flash AS3

So I have a URL that I need my Flash movie to extract variables from: example link: http://www.example.…

flash actionscript-3 url split externalinterface
Send array from Flash (AS3) to JavaScript

Is it possible to send an array from Flash (AS3) to JavaScript using an ExternalInterface call? I currently am calling …

javascript flash actionscript-3 externalinterface
Why does ExternalInterface breaks when I pass parameter with JSON like string?

I have a very odd problem with Flash 10 and ExternalInterface. I am currently using a homemade bridge to use RTMFP …

javascript flash actionscript-3 externalinterface
external interface and swfobject.js issue

Several months ago for a project at work i developed a video player using flash, external interface and swfobject.js. …

javascript flash actionscript-3 swfobject externalinterface
Actionscript 3 ExternalInterface, Pass variable to javascript?

How would I go about passing a variable to a javascript function using ExternalInterface?

actionscript-3 externalinterface