[email protected]
Members-
Content count
6 -
Joined
-
Last visited
Everything posted by [email protected]
-
Hi I meant to save the image on the server. Is there an equivalent JS call to do this? Thanks, Jason
-
I also get this error message when I use the server export method. I have followed the tutorial by the book. Error: invalid property id Source File: "removed" Line: 0, Column: 35 Source Code: try { __flash__toXML(FC_Exported(({<br /> Where is this <br /> coming from? Regards, Jason
-
Hi Thanks for the response. Is there a way to save (onload) multiple charts to the server using the "server method". Basically I want the charts saved when they are loaded so I can use them in a PDF. If the images are saved on the server I can import them into my PDF generator solution. Regards, Jason
-
Hi Thanks for your reply. That seemed to work which is great. Can you use that method on a page with more than one chart? Do I need to ensure fcExporter1 has a different value? Regards, Jason
-
To add: I have taken this line from the v3 documentation: var myExportComponent = new FusionChartsExportObject("fcExporter1", "../../FusionCharts/FCExporter.swf"); What is the fcExporter1 refering to? Is that a JS Function, a DIV, etc? Regards, Jason
-
Hi, I have Fusion Charts Enterprise. I am trying to save/export a PNG/JPG/PDF. When I embed the javascript, DIV and set the xml parameters then go to right click the chart. I click on "Save as JPEG Image", the capturing data dialog box appears, runs to 100% but the "Waiting" button does not change to "Save. 1: I have Flash Player 10 installed 2: I have the PHP GD Library installed 3: I want client side exporting Am I doing something wrong? Regards, Jason