Jun 24
Spending the last couple weeks refactoring Cayri’s code to be more modular, I was excited to start working on the AIR version of Cayri this morning. So I started up Flex Builder, drug my custom Yahoo Maps control onto the canvas, compiled the project, and got this sweet error:
Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
This is just a heads up to those who are using an ExternalInterface work around for AS2 to AS3 communication, and are planning on moving your projects to AIR.
Ugh.
July 18th, 2007 at 12:39 am
I’ve got the same problem porting my software to AIR, did you come up with a fun workaround or do we have to permanently break up with ExternalInterface?
July 18th, 2007 at 8:41 am
I would try using the LocalConnection class for AS2 to AS3 communication. There’s a simple example on this forum here: http://www.kirupa.com/forum/showthread.php?p=1964550