Groups | Blog | Home
all groups > coldfusion flash integration > june 2007 >

coldfusion flash integration : Flash Form not Showing


mishuno
6/30/2007 2:18:15 PM
Just upgraded from CF MX 6 to MX 7. Trying out flash forms, but they are not
working.

I tried out a simple First Name, Last name, Submit form setting the form to
flash. When viewing the page in Safari, Firefox on a Mac and IE in Windows the
page is blank. If I set take out the flash tag and just leave it as a CFForm it
shows perfectly in all browsers. All browsers are able to view flash and
shockwave files.

Not sure what is going on.

Any ideas?

Thanks.
Chuck1411
6/30/2007 9:48:44 PM
mishuno
7/1/2007 12:00:00 AM
Code:
<CFFORM format="flash" width=500"
<cfinput type="text" name= "firstname">
<cfinput type="text" name="lastname">
<cfinput type="submit" name="submit" value="save"
</CFFORM>

If I leave as is I get a blank page.

If I take out the format="flash" statement, the fields and submit button show
fine.
YodaOne
7/14/2007 1:05:24 PM
Hello

Have you try to put the height statement on the cfform tag?



[quoted text, click to view]
Pathel
7/18/2007 12:00:00 AM
pmolaro NO[at]SPAM pstrat
7/18/2007 8:59:09 PM
I am having the exact same issue. I have tried tutorial code from several
sites. I have added a name to my form. I checked to make sure my CFIDE
directory is mapped in my CFADMIN. I don't know what else to try. Right now I
have the exact same code for testing as mishuno has. If i remove the type
attribute I see a form. If I add back in "format="flash"" I don;t see anything
on the screen but I do see flash code in the page source. HELP!!!!

<CFFORM width="500" name="testForm">
<cfinput type="text" name= "firstname" label="First Name">
<cfinput type="text" name="lastname" label="Last Name">
<cfinput type="submit" name="submit" value="save">
</CFFORM>

-Phil :sad;
mishuno
7/19/2007 12:00:00 AM
AddThis Social Bookmark Button