Has anyone dealt with loading different rsl's depending on the url or some other parameter?
What I would like to do is split my application up into small pieces. If a user has accessed my application but not logged in I don't want them to have to download the rsl for everything, just the one for login, registration, etc. Once the user logs in, some things (like navigation) stay the same, but now the user can see more stuff. So I would like to load an additional rsl. All using the same base mxml file. Any ideas? Thanks. -James

