In the Flash Authoring Tool, I can embed an FLV file as any class I wish as long as the class is a child of MovieClip. This is achieved by selecting the "Export for ActionScript" option and entering a MovieClip-extending "Base Class".
I need to achieve this with Flex too. How can I embed an FLV and make it be a MovieClip-extending class?