Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
jlomoglio #1
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>
jlomoglio Guest
-
firefox and flash
I saw a few posts in this forum related to this, but the threads were so old I thought I'd post a new topic in hopes that it helps similarly... -
Flash & Firefox 2
I have the newest version of Flash installed on my system as well as Firefox 2.001. They don't seem to be fully compatible, as the video plays on... -
Firefox and Flash 8
Hi All, I am running Firefox 2.0.0.1 and am having issues with displaying Flash 8 content. When I go to a page that is displaying Flash 8... -
Problems Sending Forms with Files in Firefox
I am running into a problem which I have not seen before. I am sending a form to another page, the action page for the entire application, which... -
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this? -
jlomoglio #2
Re: Flash Forms & FireFox 3
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.
jlomoglio Guest



Reply With Quote

