Closed GoogleCodeExporter closed 9 years ago
If we're understanding you correctly, you're loading a new page which would of
course
unload any app that was running on the previous page. You cannot use a single
FlexMonkey instance across multiple SWF loads.
Original comment by stuinbou...@gmail.com
on 14 Jan 2009 at 5:06
Stu, we have a similar situation in our application. We have a Login mxml (swf)
which
redirects to the app main mxml (different swf) after successful login using
(navigateToURL(new URLRequest(loginResult.substr(URL:)),_top);). How do we
handle
this? We tried using FlexMonkeyLauncher and compile time as well (built
flexmonkey
swc with both login & app swf's) but didn't work.
Original comment by murali.o...@gmail.com
on 15 Jan 2009 at 6:47
Original issue reported on code.google.com by
meenu.mp...@gmail.com
on 18 Dec 2008 at 7:54