SWFObject Question:

How to prevent Internet Explorer from showing an error message when using External Interface and SWF that is inside a <form> tag?

SWFObject Interview Question
SWFObject Interview Question

Answer:

This technote provides additional info and two solutions.

It is preferred to use the first solution that applied to SWFObject 2 embedding looks like the following:

function fixReference() {
window["mySwfId"] = document.forms[0]["mySwfId"];
}
swfobject.addDomLoadEvent(fixReference);


Previous QuestionNext Question
Can you please explain how to fix a "Line 56: Out of Memory" error, when unloading a page in Internet Explorer using earlier versions of Flash Player 9 and multiple SWFs using ExternalInterface?How to avoid Active Server Pages error ASP 0139 when using static publishing and Microsoft IIS?