Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
mishuno #1
Flash Form not Showing
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.
mishuno Guest
-
FLASH MOVIE NOT SHOWING
I have a Flash movie on a Dreamweaver page. I'm assuming it's the only way to publish a FLASH site. I'm not a coder by any means and am having... -
flash hot showing ion IE6
Flash animations do not show up on IE6 web pages when I'm logged into Win XP on a non-admin account. I just get the red x placeholder. When I log... -
IE stopped showing Flash
I have been experiencing a frustrating problem with Internet Explorer. Flash just quit working in IE. I was prompted to install Flash player 8 and... -
showing form, based on SQL
Hi Everybody I am building a site using ASP and vbscript. On one particular page I have two recordsets, and depending on what is selected on... -
tool box not showing in form design
Access 2000. Toolbox not showing in form design even if you select from view menu. -Persistent with all database -But can be displayed on other... -
-
mishuno #3
Re: Flash Form not Showing
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.
mishuno Guest
-
YodaOne #4
Re: Flash Form not Showing
Hello
Have you try to put the height statement on the cfform tag?
mishuno wrote:>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 Guest
-
Pathel #5
Re: Flash Form not Showing
have you tried putting a name for the form, i have noticed that sometimes its needed.
Pathel Guest
-
pmolaro@pstrat #6
Re: Flash Form not Showing
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;
pmolaro@pstrat Guest
-
mishuno #7
Re: Flash Form not Showing
I fixed my problem by un-installing and re-installing CF on my server.
mishuno Guest



Reply With Quote

