hoken30
09-17-2009, 11:48 PM
Hi all,
Noob to flex 3 here trying to build a simple application. I'm not sure how to do redirecting between two pages. Basically users will start at a login page, then be sent to the Main page, if they choose to logout it should send them back to the login page and lastly, if they have a session open it should skip the login page initially.
If that made any sense, what would you suggest is the best approach for this? From what I understand there's really no 're-directing' in flex, it's more about views? So should I create an application with 2 views? And have ActionScript control which one gets shown? Or is there another way?
Appreciate any input :)
Noob to flex 3 here trying to build a simple application. I'm not sure how to do redirecting between two pages. Basically users will start at a login page, then be sent to the Main page, if they choose to logout it should send them back to the login page and lastly, if they have a session open it should skip the login page initially.
If that made any sense, what would you suggest is the best approach for this? From what I understand there's really no 're-directing' in flex, it's more about views? So should I create an application with 2 views? And have ActionScript control which one gets shown? Or is there another way?
Appreciate any input :)