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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -