Tag Archives: Javascript

Internet Explorer Flash 8 ExternalInterface Bug

In IE6, ExternalInterface.call method will result in a Javascript error when the flash object is within a html form! (an undefined error)
Steve Kamerman had produced a fix for the bug. (Check his blog)
IE’s implementation of Javascript seems to want to look for “window.yourObject” and not “document.form[x].yourObject”, so his script figures out which form you are [...]