Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
SilentBob'secretfusion #1
cfform preservedata="yes"
<cfform format="flash" timeout="100000" name="visitrequest" method="post"
height="800" action="security_visitor_requestp2.cfm" width="500"
preservedata="yes" >
Could someone tell me what is wrong with the above statement? It is NOT
preserving data. Perhaps I just misunderstand the way it is supposted to work.
Basically, I am having the user to go to p2, and edit (using <input
name="button" type="button" onclick="javascript:history.back()" value="Edit"/>)
When we go back to the original page, no data is preserved. Do I
misunderstand this tag or is it just not working the way it was designed?
Thanks.
SilentBob'secretfusion Guest
-
cfform format="flash" not loading
The Problem: When I load a file that contains ANY cfform tag with format="flash", all I get is a partially rendered object with a spinning clock... -
cfform type="flash" not working in safari
Yes, I know that only a developer would be using Safari with windows, (firefox has been a little buggie lately)... However, it appears that flash... -
How to format a table inside cfform type="flash"?
I am aware that you cannot use table HMTL tag inside <cfform type="flash>. I would like to get my data to be displayed in a tablular form! How do... -
cfform type="flash" not working on IIS 6.0? Tried workaround
I have a cfform type="flash" running on IIS. However, the cfform type="flash" tags are not working. I applied this work around ... -
How do you disable the right click ability when using<cfform type="flash">?
How do you disable the right click ability when using <cfform type="flash">? -
SilentBob'secretfusion #2
Re: cfform preservedata="yes"
Never mind... it doesn't work with the flash tag according to the documentation. Ugh...
SilentBob'secretfusion Guest



Reply With Quote

