ilde Report post Posted December 19, 2006 Hello, sometimes, i would like to copy a generated chart to composite it into other document, so it would be interesting to have the posibility to copy to clipboard a generated chart from the browser. Is there a posibility to do that? Best regards ilde Share this post Link to post Share on other sites
Pallav Report post Posted December 19, 2006 FusionCharts is rendered on the client side using Macromedia Flash Player. Essentially, FusionCharts is a set of .swf files, which when requested by the users, downloads on his/her machine, reads the XML data and then plots the chart. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Owing to limitation of Macromedia Flash Player itself, which doesn Share this post Link to post Share on other sites
Steven Pena Report post Posted July 3, 2007 That's not entirely true. The limitation isn't with Flash. It used to be, but there have been many advancements in Flash. It's now possible to create a bitmap image within flash, render a flash drawing to that and then capture the bitmap data. You could then send that data to an external script which could re-render that bitmap data into an image for saving. Here's just one solution: http://sephiroth.it/tutorials/flashPHP/print_screen/ Steven Share this post Link to post Share on other sites
Pallav Report post Posted July 4, 2007 Steve, That entails transferring all data pixel wise (as bitmap) from the chart to PHP/ASP.NET page, which can run into over a MB for a decent sized chart too. Share this post Link to post Share on other sites