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

Submitted by: Administrator
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);
Submitted by: Administrator

Read Online SWFObject Job Interview Questions And Answers