Hi,
I am using CF11 on IE10 window server2012 with IIS8.0.
I am trying to display a simple flash form on IE10 but not displaying any thing, when you right click in that area where it should be display then it showing movie not loaded.
code used:
<cfform name="theForm" format="Flash" width="300" height="200" accessible="yes">
<cfinput type="button" name="btn1" value="CLICK HERE">
</cfform>
Please assist me on this.
Thanks