Hi kassien, you can do this either by states or by some containers like viewstack. Define a state with your first screen and button and make your application as default state. On creation complete of the application, change the state to the state showing first page. on click of the button change the state to default state. That will do the trick.
Otherwise you can make two different pages, put it in a viewstack and change the selectedIndex on click of the button. I hope this is what you want. Cheers & Happy Coding, Anoop PK On Sep 22, 7:05 pm, kassien <[email protected]> wrote: > Hello, > i have a hello page(mxml) contain a bouton to skip this page and go to > another page(mxml) wich contains my application (2 pages in the same > project flex) > all this with flex 3 and AS 3 > but i don't know the code, please help me to do this job ! > thanks a lot ! -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

