Skip to main content
December 31, 2008
Question

Flash Forms & FireFox 3

  • December 31, 2008
  • 1 reply
  • 1531 views
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>
This topic has been closed for replies.

1 reply

December 31, 2008
I decided to do a little experiment, so I removed FF 3.0.5 and grabbed v3.0 and still no luck. So then I grabbed v2.0.20 and now I can view my forms. So it would seem that there is a bug with FF3 on Windows Vista with a 64bit AMD cpu. Glad to know it wasn't my code or an issue with CF.
Participant
August 7, 2009

Same issue here. I have had issues with Firefox 3 and 3.5/Vista (32bit) not displaying my Flash Forms. I've been looking for a solution with no luck.

R.