Aqui mi codgio:
Código Flex :
<fx:Declarations> <s:Fade id="fadeentrada" targets="" alphaFrom="0" alphaTo="1.0" duration="1000"/> </fx:Declarations> <mx:TabNavigator width="695" height="424" right="104" verticalCenter="-19"> <s:NavigatorContent label="Intro" width="100%" height="100%" show="fadeentrada.play()"> <s:Group x="10" y="10" id="grupo1" width="673" height="371"> <s:Button x="19" y="36" label="Button" height="275" width="523"/> </s:Group> </s:NavigatorContent> <s:NavigatorContent label="¿Quien?" width="100%" height="100%" id="quien" show="fadeentrada.play()"> <s:Group x="11" y="-2" width="672" height="344" id="grupo2" creationComplete="fadeentrada.play()"> <s:Button x="174" y="100" label="Button" width="283" height="133"/> </s:Group> </s:NavigatorContent> <s:NavigatorContent label="¿Donde?" width="100%" height="100%"> </s:NavigatorContent> <s:NavigatorContent label="¿Qué es?" width="100%" height="100%"> </s:NavigatorContent> </mx:TabNavigator>
de antemanos gracias y saludos.
