Hi there I want to know if its possible to use Bitmap or BitmapData for the backgroundImage style property of a Flex Container component.
My reason for this is that I store all my styling assets in a swf file & have a method that extracts them as MovieClips & transforms them into Bitmaps. An alternative would be to call the graphics.beginBitmapFill method on that component & redraw it accordingly when the component resize, which seems like too long a way round. Any ideas? Tracy

