Using non-embedded images in a spark BitmapImage
March 17th, 2010
5 comments
The spark BitmapImage component only supports embedded images in Flex 4.0. This post shows how you can get around that limitation by loading an image via a SWFLoader and then pushing that bitmap data into the BitmapImage’s source property.
Read more…