Is it possible to have Flex component in Away3D environment? For example, there is 3D plane and 开发者_StackOverflow中文版there is interactive Flex component on that plane.
Yes. You can view a good tutorial here on a Flex Component with Away3D (this is better then me giving a brief explanation): http://www.flashmagazine.com/tutorials/detail/using_away3d_with_flex/
I meet this problem just now and solve it , so like to place here my solution :
Quick way to do it is create SpriteVisualElement , draw graphics with hole for Stage3D content and set it as 'mask' of Application . If You will mask deeper clips , dont forget to disable application background or set backgroundAlpha to 0 .
精彩评论