House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 05, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home / Groups / ColdFusion Talk (CF-Talk)

CFFORM with flash format does not work in Internet Explorer ONLY

Author:
Bruce Sorge
06/22/2007 03:16 PM

It is working fine for me in IE and Firefox on my computer and a live server (http://www.vtiassociates.com/test.cfm). One thing that I did notice though, in IE you have that annoying EULA crap that requires you to click on the Flash Form in order to use it. You can include a file in your CFIDE/Scripts directory. Create a new file, enter in this code: <!--- Start file content ---> //v1.0  Copyright 2006 Adobe Systems, Inc. All rights reserved. function CF_RunContent(src){document.write(src);} <!--- End file content ---> Then save the file as CF_RunActiveContent.js Bruce I am new to flash form in coldfusion. I tested a simple code in both Firebox and Internet Explorer. - In Firebox, it works as expected. - In Internet Explorer, nothing is displayed. Appreciate if anyone could let me know why it likes that and how to solve it. My simple code: <cfform name="MyForm" format="flash" width="500" height="500">   <cfinput type="text" name="MyText"/>   <cfinput type="submit" name="MySubmit" value="Save"> </cfform>


Mailing Lists