13Sep/090
Flex and Sprites
When working with sprites in Flex the same way we are used to do in Flash results in issues and nothings will be rendered.
The solution to this is to use UIComponent instead of Sprites.
The reason for this is that Sprites doesn't implement an interface that's required in flex.
A full description can be read this informative blogpost Adding Sprites to Flex Components