Answers

Question and Answer:

  Home  SWFObject

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

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);

 309 views

More Questions for you: