1.

How To Prevent Internet Explorer From Showing An Error Message When Using External Interface And Swf That Is Inside A <form> Tag?

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

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



Discussion

No Comment Found