I'm using the great Open Flash Chart v 2.0 to do some char on a dashboard.
All my charts work perfectly on Firefox and Chrome but I'm facing a huge problem on IE.
Since the client uses WebForms all my pages are surronded, via Master Page on a [form] tag.
Threre seems to be a problem when flash objects are put inside a form tag on IE. I've googled a lot trying to find a way to solve this and found swfFormFix2. This seems to work on already placed [object/embed] tags. But on my case I'm case i'm using SWfObject.embedSWF anbd it falis.
Sample Code: swfobject.embedSWF("open-flash-chart.swf", "my_chart", "450", "200", "9.0.0");
<form id="aspnetForm" name="aspNetForm">
<div id="my_chart"></div>
</form>
Can anyone help me ?