I am using the following code to display a basic flash form. It works fine in Firefox, but does not display at all in Explorer. If the format of the form is changed to html instead of Flash it works, or if I take it out of the table it works. It will have to be displayed in a table however because this is a content managed site & I can't change that part of the code.
Is there any way to get a Flash form to work in IE if it's in a table?
<table>
<tr>
<td>
<cfform format="flash">
<cfoutput><cfgrid name="PubsGrid" query="rstPubs">
</cfgrid></cfoutput>
</cfform></td>
</tr>
</table>
Is there any way to get a Flash form to work in IE if it's in a table?
<table>
<tr>
<td>
<cfform format="flash">
<cfoutput><cfgrid name="PubsGrid" query="rstPubs">
</cfgrid></cfoutput>
</cfform></td>
</tr>
</table>