[flexcoders] Re: Flex charts to powerpoint

2010-08-11 Thread Paul
I don't think you can export the charts directly. In my application, I allow users to save the chart image as a jpg file which they can insert into their powerpoint documents for creating presentations. var image:ImageSnapshot = ImageSnapshot.captureImage( mychart, 0, new JPEGEncoder() );

[flexcoders] Re: Flex charts to powerpoint

2010-08-11 Thread DustinB
I need to post this on my blog, but the way I did it was with an AIR app, though a Flex app could do it too. It wasnt ideal, but worked. Basically, I took my Flex chart and captured it as a bitmap, then transcoded that to base64. MS PowerPoint 2007 supports the .mht file format which is