Can you do absolute positioning in a flex 4 application?
With flex 4 you can't seem to just do layout="absolute" any more. Is there a way to get the application layout set as absolute in flex 4?开发者_StackOverflow
Use the BasicLayout
<s:layout>
<s:BasicLayout />
</s:layout>
Hi Under the application tag
</s:BorderContainer>
enjoy
精彩评论