Martin C Report post Posted October 6, 2016 (edited) For years we have been storing the chart's XML data in a file and to display the chart we have been using the format: http://www.domain.com/Charts/FushionFlashCharts/Column2D.swf?DataURL=XMLFilepath However it seems this method no longer works and we are having to read the XML file contents into a string and pass the XML data as a string using: http://www.domain.com/Charts/FushionFlashCharts/Column2D.swf?DATAXML="XMLString" Is this a restriction that Adobe have introduced or should the DataURL method still work? Edited October 6, 2016 by Martin C Share this post Link to post Share on other sites
Martin C Report post Posted October 7, 2016 To answer my own problem it seems that there are more restrictions on the location of the XML data file, it was previously on a network share but now it has to be a sub-directory of the domain, DataURL now working again. Share this post Link to post Share on other sites
Gagan Sikri Report post Posted October 12, 2016 Hi SWF files were used in flash charts and flash charts are deprecated now since FusionCharts version 3.4. Now, FusionCharts renders charts using pure JavaScript only. You can download latest version using this link: http://www.fusioncharts.com/download/ You can also check this developer documentation for latest version: http://www.fusioncharts.com/dev/ Share this post Link to post Share on other sites