Lee jung ho Report post Posted March 19, 2009 <div id="chartdiv" align="center"> FusionCharts. </div> <script type="text/javascript"> var chart = new FusionCharts("../Charts/DragNode.swf", "NodeChart", "600", "450", "0", "1"); chart.setDataURL("Data/DragNode4.xml"); chart.render("chartdiv"); chart = getChartFromId('NodeChart'); if(chart ==null) alert("null"); else{ alert("not null"); var xmlRtn = chart.getXMLData(); chart.setDataXML(xmlRtn); chart.render("chartdiv"); } </script> Error message : chart.getXMLData is not a function why getXMLData() function error? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted March 19, 2009 Hi, Are you running the code locally if yes then please set your flash player's global security setting once and try again. Please see the more information at: http://www.fusioncharts.com/forum/FindPost8077.aspx Share this post Link to post Share on other sites
shilpashivapuram Report post Posted May 14, 2009 The same still doesn seem to function...still getting the same error Share this post Link to post Share on other sites
sauravtanucmc Report post Posted November 26, 2009 (edited) Lee jung ho (3/19/2009)<div id="chartdiv" align="center"> FusionCharts. </div> <script type="text/javascript"> var chart = new FusionCharts("../Charts/DragNode.swf", "NodeChart", "600", "450", "0", "1"); chart.setDataURL("Data/DragNode4.xml"); chart.render("chartdiv"); chart = getChartFromId('NodeChart'); if(chart ==null) alert("null"); else{ alert("not null"); var xmlRtn = chart.getXMLData(); chart.setDataXML(xmlRtn); chart.render("chartdiv"); } </script> Error message : chart.getXMLData is not a function why getXMLData() function error? I also face that prob anyone can help? "getXMLData() " is not available in free version? Edited November 26, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 26, 2009 (edited) Hey, I'm afraid,you are correct. The getXMLData() function is not available in free version. Edited November 26, 2009 by Guest Share this post Link to post Share on other sites