ExternalInterface issue on loadup with FireFox
- by Rudy
Hello,
I have an issue with my ExternalInterface.
The way it is currently set up is, on the page load up, a boolean is set to true in JavaScript and then checked by ActionScript constructors (using a timer) until it is true. This marks that JavaScript is ready to get calls from AS3.
At this point, AS3 will add the callback and do some internal…