bhad Report post Posted January 20, 2009 I am creating a chart programmatically inside my own flash file using AS2 as such: var chart:Column3DChart = new Column3DChart(chartContainer_mc, 1, 367, 226, 0, 0, false, "EN", "noScale"); This works perfectly. Now I want to save the created chart as an image. So i add the 'imageSave' and 'imageSaveURL' attributes to the chart XML but I still do not have the option to save the chart as an image. Are there additional classes I need to import to make this work? I don't want to have to use Container3D.swf in addition to my flash file in order to make this work. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 21, 2009 Hi, Could you please check which version of the Source Code you are using? If you are using Flash .as source code below version 3.0.5, please update your pack from http://www.fusioncharts.com/PUC ? This would update your sorce where the image saving code would be present. Share this post Link to post Share on other sites
bhad Report post Posted January 22, 2009 Thanks. I have 3.0.2 so that must be the problem. Does that also explain why the "rendered" event is not being dispatched when the chart rendering is complete? I can't see where any of the Chart classes import flash.events? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 23, 2009 Hi, could you please try configuring your Flash Player Global setting once? Please visit these location to get more information. http://www.fusioncharts.com/forum/Topic5009-47-1.aspx http://www.fusioncharts.com/forum/FindPost8077.aspx Share this post Link to post Share on other sites