Flash BuilderでFlashプロジェクトを作成し、Flashコンポーネントプロジェクトを作成してから、FlexコンポーネントプロジェクトでSparkコンポーネントを作成しました。フラッシュにカスタムコンポーネントを追加しようとすると、エラーがスローされました
//code
this.addChild(new TestComp);
//compilation error
1067: Implicit coercion of a value of type TestComp to an unrelated type flash.display:DisplayObject. Main.as /pw3d/src line 35 Flex Problem
フレックスコンポーネントをフラッシュで使用することは可能ですか?回避策はありますか?