PDA

View Full Version : web page


travikk
02-26-2008, 03:07 PM
Hi :)

I'm new in flex, and I have a question.
I'd like to do, a simple web page. Let say, that i have a project with 3 mxml's. 1 is "left menu", 2 and 3 is a "page" that will load depending on which button has been clicked. Now, user clicks first button, and I want to show him second mxml. When user clicks second button I want to show him third mxml, but still having "left menu".
Loading different swf's isn't really an option for me, because i'd like to use some connection with server, and I want to use that connection on loaded "pages", but without creating a new connection each page gets loaded.