Subscribe to RSS Feed

Posts Tagged ‘PNGEncoder’

Save Text as an Image in Flex

May 17th, 2009 by KBala
Save Text as an Image in Flex

This could be a nice idea for saving a DisplayObject as an image file. Here i have done a sample workout which saves a DisplayObject (mx.controls.TextArea) as a PNG image file.  In the meantime, we can save all the DisplayObjects as an image file, but the DisplayObject should be implemented by IBitmapDrawable interface.

Continue Reading »
2 Comments