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

-----Original Message-----
From: siriusthird [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 22, 2007 11:49 AM
To: CF-Talk
Subject: CFFORM with flash format does not work in Internet Explorer ONLY

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> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281932
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to