Easy enough: var bmd : BitmapData = new BitmapData(sourceComponent.width, sourceComponent.height, true,0); bmd.draw(sourceComponent);
-J On Fri, Mar 7, 2008 at 10:15 AM, coder3 <[EMAIL PROTECTED]> wrote: > > Hi, > > I have heard that you can save the chart as image in flex3, with some > built-in features, is that true? > > or is it pretty easy to do in flex2 too? how? > > -C > -- > View this message in context: > http://www.nabble.com/Flex-3-can-save-chart-as-image-tp15885511p15885511.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > > -- "Therefore, send not to know For whom the bell tolls, It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

