Flex: How to create an Image control from a flash.display.Bitmap? -
i need create image control bitmap because have itemredender use in list control.
i'm trying show list of images (bitmaps) in list control , couldn't now.
thanks in advanced.
you can use bitmap image creating new image , setting source of image bitmap. can this:
var _image:image = new image(); _image.source = yourbitmap;
Comments
Post a Comment