Hi, does anyone knows wahy I can't see a simple flash form from an IE7? I have
my application hosted in godaddy and I am able to see the form with Firefox and
Safari but whenever I tried with IE7, It won't let me see the app.

I've tried using scriptsrc and <cfsavecontent... but nor of them helped me at
all...

Here is my simple code

<cfform name="theForm" format="Flash" width="300" height="200">
<cfinput type="button" name="btn1" value="CLICK HERE">
</cfform>