fcuser Report post Posted November 23, 2009 (edited) Hi I would like to know what are all the settings/pre-requisites/files needed for using the client-side export feature. 1. what is the Flash player minimum version needed, if any 2. what are the Javascript files needed 3. what is the Minimum version of FusionCharts needed 4. what are the XML attributes/settings 5. what are the Browser requirements and settings, if any. 6. Also, anything else that I missed out in the above 5. Thanks Just made my question more clear. Edited November 24, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 24, 2009 Hello, 1. What is the Flash player minimum version needed, if any? >>You would need to use Flash Player 10 for exporting charts using FusionCharts. For any other functionalities, Flash Player 8 would suffice. 2. What are the JavaScript files needed? >>You would need the fusioncharts.js and the FusionChartsExportComponent.js files for this. You can find both the file(s) in your purchased/downloaded package. 3. What is the Minimum version of FusionCharts needed? >>The latest version of FusionCharts i.e. v3.1.1 will be required for this. 4. What are the XML attributes/settings? >>The basic XML attributes required for the Client-side Export in FusionCharts would be as: <chart exportEnabled='1' exportAtClient='1' exportAction='save/download' exportHandler='<DOM-Id of FusionCharts Export component that is embedded in your web page>' > Please visit the following link to know of the details of the above attributes and more. Ref.- http://www.fusioncharts.com/docs/?/ECXML.html 5. What are the Browser requirements and settings, if any? >>You would have to register the chart with JavaScript, for which we set the registerWithJS parameter to 1. It's the last parameter in FusionCharts constructor function. var chart = new FusionCharts("Pie3D.swf", "ChartId", "500", "300", "0", "1"); You would also have to set the Global Security Settings for this. Please refer to the following link for this. Ref.- http://www.fusioncharts.com/forum/FindPost8077.aspx Also, could you please take a look at the following link(s) for more on Client-side Exporting using FusionCharts? Ref.- http://www.fusioncharts.com/docs?/ECClientOverview.html http://www.fusioncharts.com/docs/ > Exporting as Image/PDF > Client-side exporting Share this post Link to post Share on other sites