Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
francois-yanick #1
CFFORM Format Flash not work with IE
I saw that this request was responded previously by saying that when you cann
see the form in Netscape but not in IE, that mean IE did not had access to
appropriate scripts from the CFIDE. Well, okay but how ti give access to IE for
that script?
Also, I do not understand why I can see the flash-form in another page for the
same website but not for one specific page with a much more simplier form-flash
code:
<cfform name="form1" action="whatever.cfm?#url.taid#" method="post"
format="flash">
<cftextarea name="fReason" label="Reason" required="yes" message="In order to
reject a check request, you need to indicate a reason to be sent to the
requester."></cftextarea>
<cfinput type="submit" name="fSubmit" value="Submit" />
</cfform>
Thank's!
francois-yanick Guest
-
Help CFFORM format flash with ActionScript
Because the syntax getURL("http://www.macromedia.com", "_blank", "POST"); she is not being executed. I want that in case that returns 1 either... -
cfform format flash
I am trying to read a small dbase with a name and a link. I am using cfform format flash. What i want is to able to click at the link which is... -
CFForm format=flash doesn't work in <Table>??
I had done a test on <cfform format=flash>, and it doesnt work with <Table> What should I do....can Macromedia provide some tuitorial... -
CFFORM format=flash height = 100%?
I have tried many of methods to get the CFFORM and elements (such as CFTREE or CFGRID) to fill 100% of available space, as the documentation says... -
cfselect in a cfform format=flash
Has anyone been able to get the cfselect to validate in a html type of cfform. It works in flash, however, it does not work in html? <cfform... -
Mike Nimer #2
Re: CFFORM Format Flash not work with IE
is your form inside of a table. IE has a problem loading plugins inside a
table, when the plugins use percentages for the height/width. Try setting
the h/w of your form and see if that does it.
<cfform width="400" height="500">
hth,
----nimer
"francois-yanick" <fybourassa@ccemtl.org> wrote in message
news:d1evir$5fu$1@forums.macromedia.com...>I saw that this request was responded previously by saying that when you
>cann
> see the form in Netscape but not in IE, that mean IE did not had access to
> appropriate scripts from the CFIDE. Well, okay but how ti give access to
> IE for
> that script?
>
> Also, I do not understand why I can see the flash-form in another page for
> the
> same website but not for one specific page with a much more simplier
> form-flash
> code:
>
> <cfform name="form1" action="whatever.cfm?#url.taid#" method="post"
> format="flash">
> <cftextarea name="fReason" label="Reason" required="yes" message="In
> order to
> reject a check request, you need to indicate a reason to be sent to the
> requester."></cftextarea>
> <cfinput type="submit" name="fSubmit" value="Submit" />
> </cfform>
>
> Thank's!
>
>
Mike Nimer Guest
-
francois-yanick #3
Re: CFFORM Format Flash not work with IE
Yes, I notices that problem about cfform inside table formatting. In this case,
it is not inside the table. Actually, the page has no table. Just the cfform.
Which had some weird illogic on top of the problem!!
francois-yanick Guest



Reply With Quote

