Hi
I'm following this example : http://docs.fusionch...setDataXML.html
I've added my SWF files to be 'trusted' under my Flash Player Security Settings
I'm using Google Chrome 21.0
However the updateChartXML function in FusionChart.js doesn't complete. If I put an alert above and below this line:
alert('Doing');
chartObj.SetVariable("_root.dataURL", "");
alert('Done');
it shows me that this function isn't completing when I click the button (only the alert 'Doing' shows up).
Can you please advise?
Thanks