wayne Report post Posted November 17, 2008 Hi, there~ I am working in a project need some features. A img tag could be used like this The php page is like "FusionChartsSave.php" used GD lib to make image. How could I direct used FusionChartsSave.php to show the chart image? Could do that? The saveAsImage() feature would be pop a dialog let user choose open or save. It's not my requirement. I need direct show the image in the page and don't need save image before. Regards!! wayne Share this post Link to post Share on other sites
Arindam Report post Posted November 17, 2008 (edited) Hi, I am afraid it is not possible as of now. You have to save image as temporary image file after that you can show it via <image> tag. Edited November 17, 2008 by Guest Share this post Link to post Share on other sites
bvogel Report post Posted December 22, 2008 (edited) Is there any way to disable the refreshing of the page that is happening inside saveAsImage()? EDIT: After looking at the source, this can be done by using FlashVars.sendAndLoad() instead of FlashVars.send(). Will this be integrated? Edited December 22, 2008 by Guest Share this post Link to post Share on other sites