|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
CFFORM with flash format does not work in Internet Explorer ONLYIt 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> |
February 11, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||