Re: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Brendan Meutzner
Hey Paul, It's in there... just not shown in the Language Reference documents if that's where you're looking... check out corelib\src\trunk\src\actionscript3\com\adobe\images Andrew Trice also has a tutorial on capturing UI to bitmap on his blog here:

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
, February 14, 2007 1:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Exporting Charts as Image Thanks Brendan! I was indeed looking in the Language Reference documents which is why I couldn't find anything. In the last section of the Andrew Trice tutorial he's doing pretty much what

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
Subject: RE: [flexcoders] Re: Exporting Charts as Image Glad my blog entry helped. :-) You can use the as3 PNGEncoder or JPGEncoder libraries at http://code.google.com/p/as3corelib/ http://code.google.com/p/as3corelib/ to do the image format conversion within the flex application. You can

Re: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Brendan Meutzner
-- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Andrew Trice *Sent:* Wednesday, February 14, 2007 2:15 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Re: Exporting Charts as Image Glad my blog entry helped. J You can use the as3

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
] On Behalf Of Andrew Trice Sent: Wednesday, February 14, 2007 2:15 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Exporting Charts as Image Glad my blog entry helped. :-) You can use the as3 PNGEncoder or JPGEncoder libraries at http://code.google.com/p/as3corelib/ http

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
: [flexcoders] Re: Exporting Charts as Image Hi Andy, I'm using remoting/AMF in other parts of my application, so I don't think I'll have a problem sending the data to ColdFusion after it's prepared. I just wasn't sure what to do with the data once I got it to ColdFusion to turn it into a file (I'm

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
Sent: Wednesday, February 14, 2007 2:45 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Exporting Charts as Image Nothing too fancy... It will be in next month's issue of Web Designer Developer's Journal, I'm waiting until then to release the code on my blog