I have an embedded UIComponent, with a sprite inside, what's weird is that every time I compile I either have to extend Sprite, or MovieClip to make my component work. I understand that Flex automatically uses a movieclip as a sprite if it has one frame in the timeline, like usually all my Flash swf's have.
So basically, I need to keep switching my base class on my movieclip to work. Any suggestions why I need to keep changing the base class for my uicomponent to compile in my project. Thanks again community, Patrick

