Ian Skinner wrote: > I have the simplest test of a flash form and nothing is happening. I > mean nothing, no errors displayed or logged, no output to the browser, > nothing. > .... > <body> > Start > <cfform name="foo" action="form_test.cfm" format="flash"> > <cfinput type="text" name="bar"/> > </cfform> > End > </body> > .... > > The output in the browser: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> > <title>Flash Form Test</title> > <script type="text/javascript" src="/cfide/scripts/cfform.js"></script> > <script type="text/javascript" src="/cfide/scripts/masks.js"></script> > </head> > > <body> > Start > > End > </body> > > </html> > > > I've checked everything I can think to check. Any advice most appreciated I > just don't know where to even start here. > > Ian Bump
I have spent all day searching for any rhyme or reason why a <cfform format="flash"...> will return absolutely nothing, no errors, no markup, nothing. It fails completely silently. I have found postings here and there of others experiencing the same behavior, but nothing with anything approaching a solution or even an avenue to investigate. Any ideas anybody? Ian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290231 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

