I have patched the newest version of SWFObject (1.5) to include FlashFormFix 1.0.0. If you use this version in place of the standard SWFObject it will automatically apply SWFFormFix (bugfix for ExternalInterface() in a Form with IE) when you use it – this means all you have to do is replace your standard swfobject.js with the new swfobject_swfformfix.js and you’re done!
Here’s the optimized version:
http://devel.teratechnologies.net/swfformfix/swfobject_swfformfix.js
(to download it right click and “Save Link As” or something similar)
Here’s the human-readable version in case you want to see what I changed:
http://devel.teratechnologies.net/swfformfix/swfobject_swfformfix_source.js
(to download it right click and “Save Link As” or something similar)
« SWFFormFix 1.0.0 Released – Now with AUTO mode! New ExternalInterface() in Form Example with FLA »

[:)]
Tks guy!
Very nice work….
regards
Toni Lopes
Sao Paulo
Brazil
When I simply replace swfobject.js with this file (renaming it so i don't have to change the <script> tag, the only HTML that renders to the browser is this:
<div id="SWFFormFixTESTER" onclick="SWFFormFixCallback(this,'flashid');return false;" style="display:none"> </div>
same issue happens with me. I only have that
<div id="SWFFormFixTESTER" onclick="SWFFormFixCallback(this,'flashid');return false;" style="display:none"> </div>
are we doing something wrong?
I used your solution because I had generic issues with IE7 and ExternalInterface (no forms in my project!): well, *I really don't know why* your code solved the issue. My "issue" was the following: the code perfectly worked and I could call the functions from my swf (and see them working). BUT an horrible alert appeared in the left corner of IE7, telling there was no property and method an so on. Could you tell me which was the cause of swfobject not properly working? Regards and many thanks!
Hi,
Nice work and very useful.
Thanks for your quick fix solution.
Regards,
Anand
Aaron,
You probably need to make sure you are in "source" mode when editing your DNN page.
Craig