How to add Bitmap to UIComponent
How to add Bitmap to UIComponent - here
<mx :Image creationComplete=”(event.currentTarget as Image).source = new Bitmap( bitmapData)”/>
Duplicating images using the Bitmap and BitmapData classes
Links about Flex, Flash and design.
How to add Bitmap to UIComponent - here
<mx :Image creationComplete=”(event.currentTarget as Image).source = new Bitmap( bitmapData)”/>