flumonion Report post Posted March 14, 2008 Hi, I would like to be able to use the save image function when my asp page opens so that the graph is directly written out as an image. Is this possible? The reason for this is we would like to include the graphs into pdf documents at runtime. Currently we use a component that converts an html page into a pdf document which does not like dynamic flash objects. It would be great if we could build a function that automatically returns an image instead of flash for the graph. Currently i am using Fusion charts V 3 and asp. Thanks for the great product! Chris Share this post Link to post Share on other sites
FusionCharts Support Report post Posted March 14, 2008 Hi, You need to render the chart atleast once in the client side before firing saveImage event. This you can trap using FC_Rendered() function in javascript. Put saveImage() in this function. Share this post Link to post Share on other sites
flumonion Report post Posted March 14, 2008 Hi, What we need to do is create an image of the flash without ever having the flash. The process needs to happen server side without the client being involved? Thanks Chris Share this post Link to post Share on other sites