I've created a login that will send users in 1 of 3 direction (i.e. administrator, teacher, or student). I want each type of user to link to a separate mxml file because, if I use States, my file will become quite large and I don't want to have to navigate through long files when I'm coding.
My question: How do I link to an another mxml file from the main.mxml file? Thanks!