FusionCharts 3.0.7
Flash version 9.0.124
Charts: Any I've tested.
Standard Column3D.xml config:
<chart imageSave='1' imageSaveURL='Fusion/FusionChartsSave.php' .....
With the saveAsImage method, the FusionChartsSave.php script returns the image stream as expected, but that's after the 'onbeforeunload' event is raised on all browsers. Which tears down most of my page as that event is used for that purpose.
Other observations:
- The onunload event is not raised).
- The chart's context menu (right-click) 'Save as image' does not behave this way tho.
Is there yet any way to specify the window/frame target for a 'saveAsImage' action ?