PDA

View Full Version : Links to sample flex2 project Application


pkm82
08-10-2007, 08:24 AM
Hello,

I am looking for some books or online tutorial to see some sample project flex2 application.

I would like to see applicaton in which there is login and password form, after authentication it goes to next page.

An application which have navigation between forms, from one page to another page.

Moving from one mxml file to another file. From one view to another view etc.

I would appreicate if someone can post a link or code to do such navigations.

Thanks
Best Regards
Pradeep

dr_zeus
08-10-2007, 06:25 PM
You'll probably want to use the ViewStack container. It's the most obvious way to create a "paged" application.

This document might help you: Creating a ViewStack container (http://livedocs.adobe.com/flex/201/html/navigators_066_04.html#180211)

pkm82
08-10-2007, 06:33 PM
Thanks. View stack is what i was looking for