Martin C

.swf?DataURL= No longer working?

Recommended Posts

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 by Martin C

Share this post


Link to post
Share on other sites

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now