Top "Externalinterface" questions

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

Call AngularJS from legacy code

I'm using AngularJS to build HTML controls that interact with a legacy Flex application. All callbacks from the Flex app …

javascript actionscript-3 externalinterface angularjs
How to get the data from a USB port in VB.NET

I have developed a software for managing the details of patients, the software stores the data into MSsql database.... However, …

vb.net visual-studio-2010 usb externalinterface
Cross Domain ExternalInterface "Error calling method on NPObject"

I am trying to enable communication between Javascript and Flash via ExternalInterface across domains. The Javascript works great when it …

javascript flash actionscript-2 externalinterface
How do I access the global object (window) using webpack?

I'm trying to interface ActionScript with JavaScript using ExternalInterface and webpack. ExternalInterface can only provoked (call) functions found on the …

javascript actionscript-3 global-variables externalinterface webpack
Problem accessing ExternalInterface exposed method in Google Chrome

My simple ActionScript I am trying to use Flash's ExternalInterface to setup a callback so that JavaScript can call a …

javascript flash google-chrome externalinterface
as3 ExternalInterface.addCallback is not working right

I was trying to access swf from javascript, so this example in livedocs is what I'm trying to modify. http://…

javascript actionscript-3 externalinterface addcallback
Javascript -> Flash throwing "Error calling method on NPObject"

I'm trying to call a Flash (AS3) function from Javascript. When the code runs, I get the error "Error: uncaught …

javascript flash externalinterface
Flash AS2.0 and JavaScript/jQuery (ExternalInterface) Communication

Im trying to use JS to send data to my Flash AS2.0 music player with ExternalInterface, except there are no …

javascript flash actionscript-2 externalinterface
Functions registered with ExternalInterface.addCallback not available in Javascript

I'm working on a Flash game that needs to call some Javascript on the page and get data back from …

javascript flash actionscript-3 swfobject externalinterface
AS3 ExternalInterface.call, why it doesn't work on Chrome or IE?

import flash.external.ExternalInterface; var pageURL:String = ExternalInterface.call('window.location.href.toString'); The above code seems to work on …

actionscript-3 externalinterface