exwhyz Report post Posted March 25, 2008 Does FusionCharts store a copy of the generated SWF with the populated data, after it is rendered on the web page? If yes where is this stored? Is there an API to generate the chart with the dataset in the background and manipulate it by extracting the SWF as an image? Share this post Link to post Share on other sites
Pallav Report post Posted March 30, 2008 >> Does FusionCharts store a copy of the generated SWF with the populated data, after it is rendered on the web page? If yes where is this stored? FusionCharts does NOT generate a different SWF each time. Instead the SWF is engine which just loads once, gets caches and then retrieves XML data to render the charts. It's stored in temporary internet files folder. >> Is there an API to generate the chart with the dataset in the background and manipulate it by extracting the SWF as an image? No - but once the chart has rendered at client side, you can invoke methods to save it as image. Share this post Link to post Share on other sites