PDA

View Full Version : Website structure


Pipan
09-28-2008, 08:51 PM
Where can I find a good structure for a website made in Flex3 ?

I need to make a website with 4 different "pages".
Each "page" need to have more than one viewstate.

So Im looking for the prefered way of doing this, and I want a nice transition when changeing "page" too, like sliding in and out.

And I know I should make all this in the same application-file. But Pages is the best word I could find to describe it.

Peter Cowling
09-29-2008, 11:24 AM
I would recommend looking into viewstack, as a place to put each 'page'. Transitions are available from the flex framework, and something like 'wipe' is along the lines you describe.