Hello again,
I am finding this same error in all of our charts when testing on a Windows 7 machine, whether we use Widgets or FusionCharts. We do not have the XT upgrade.
I did as you suggested and changed the method from setDataURL to setXMLUrl and I still get nothing. I also tried using the javascript debugging function but that didn't render anything either.
<div id="chartdiv12" align="center"> chart9000XBAR Line 1</div>
<script type="text/javascript">
var myChart12 = new FusionCharts("../../FusionCharts/Charts/ScrollLine2D.swf", "myChartId12", "925", "350", "0", "1" );
myChart12.setXMLUrl("../../Files/XML/chart9000XBARxml_L1.xml");
myChart12.render("chartdiv12");
</script>
This same code works on our existing XP client machines (IE 6 and 7 - cannot upgrade IE), but not in Windows 7 with IE 7. We are upgrading very soon and I need to render charts in the Windows 7 environment.
Thanks,
JMichael