Question
Flash Forms & FireFox 3
When using cfform format="flash" I am unable to get the form
to display in FireFox 3.0.5 on Windows Vista. I have the Flash 10
plugin installed and I am able to view regular .swf files. I have
searched google all day and I am finding posts from people having
the exact opposite problem, works in FF for them and not IE7.
Works great for me in IE7. Any suggestions?
Here is the code I am using:
<cfform name="MyForm" format="flash" width="500" height="500">
<cfinput type="text" name="MyText"/>
<cfinput type="submit" name="MySubmit" value="Save">
</cfform>
Works great for me in IE7. Any suggestions?
Here is the code I am using:
<cfform name="MyForm" format="flash" width="500" height="500">
<cfinput type="text" name="MyText"/>
<cfinput type="submit" name="MySubmit" value="Save">
</cfform>
