The following code explains how to redirect from one mxml to another mxml.
<mx:ViewStack width="100%" height="100%" id="Stack" width.allCollapsed="1168" height.allCollapsed="495">
<local:MXML NAME1 width="250%" height="100%"/>
<local:MXML NAME2 width="250%" height="100%"/>
<local:MXML NAME3 width="250%" height="150%"/>
<local:MXML NAME4 width="250%" height="150%"/>
</mx:ViewStack>
<mx:ViewStack width="100%" height="100%" id="Stack" width.allCollapsed="1168" height.allCollapsed="495">
<local:MXML NAME1 width="250%" height="100%"/>
<local:MXML NAME2 width="250%" height="100%"/>
<local:MXML NAME3 width="250%" height="150%"/>
<local:MXML NAME4 width="250%" height="150%"/>
</mx:ViewStack>
No comments:
Post a Comment