ExternalInterface, Internet Explorer and Callbacks
Whatever you do, don’t create callbacks named ’stop’ or ‘play’ via:
ExternalInterface.addCallback(“play”, null, thisFunc);
ExternalInterface.addCallback(“stop”, null, thatFunc);
Internet Explorer will choke a most horrible script execution error. Having a broken Internet Explorer script debugger didn’t help much either. Firefox showed no problems with this terminology.









No Comments Yet