coldfusion flash integration:
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
[quoted text, click to view] "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!
>
>