Sagewire Logo

Flash Form not Showing

7 Message(s) by 5 Author(s) originally posted in flash and cfml


From: mishuno Date:   Saturday, June 30, 2007
Just upgraded from ColdFusion MX 6 to MX 7. Trying out flash forms, but they aren't
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.


From: Chuck1411 Date:   Saturday, June 30, 2007
code ?


From: mishuno Date:   Sunday, July 01, 2007
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.


From: YodaOne Date:   Saturday, July 14, 2007
Hello

Have you try to put the height statement on the CFFORM tag?
wrote in message:
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.





From: Pathel Date:   Wednesday, July 18, 2007
have you tried putting a name for the form, i haven'ticed that sometimes its needed.


From: pmolaro Date:   Wednesday, July 18, 2007
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 do not 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;


From: mishuno Date:   Thursday, July 19, 2007
I fixed my problem by un-installing and re-installing ColdFusion on my server.



Next Message: Passing Variable in getURL


Blogs related to Flash Form not Showing

Photoshop Web Design
Later on, we touch upon advanced topics such as creating ColdFusion extensions, custom functions, and Flash remoting (using Dreamweaver MX as the IDE). The book culminates with a large case study showing how to put this stuff all ...

Re: CFGrid data not showing
Second, you should name the form. It's optional, but a lot > >of JS stuff requires it (there's a lot of background JS in cfforms). > >Third, there's an option in the CFAdmin for displaying flash form > >errors, and it's off by default. ...

RE: GoDaddy and FlashForms
I just loaded an app and my flash forms are not showing. I can look at the source and see that everything is there for Flash, but nothing shows up. http://www.daleprizes.com/index.cfm is the first page where the form should appear. ...

Re: Flash Forms Datagrid Issue
I'm not a flash grid expert, but I'm wondering if the form contents are cached because you've specified a timeout in the cfform tag, I haven't seen this behavior, but I'm might not be sending people back to the form the same way you are ...

Re: CFGrid data not showing
The form gets generated but none of the data returned by the query shows up in the grid. Here is my code. > > > > select * from list > > > > > > > If I do a cfdump of the query I see all the data it is just not showing up in the grid. ...

Flash Calc 1.3 (Freeware)
cfform flash cfselect not showing items in the list ... fine till I got hit with a virus last week that shut down everything. I reloaded Windows 2003, Coldfusion MX7.02 and I use SWSofts Plesk server management software. ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional