Sign in to follow this  
exwhyz

SWF Generation

Recommended Posts

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

>> 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

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
Sign in to follow this