Buritto/Hero 4.5 (MobileApplication) popView stomping old mxml on existing view
I noticed when trying to dynamically load a SWFLoader with a new SWF source/load that after waiting for the event load COMPLETED and then calling popView (the suggested methodology), results in the old original mxml stomping the changes of in this case a newly loaded SWF in a SWFLoader.
I'm confused as to how one uses persistance manager or what?
mainView.addEventListener(FlexEvent.VIEW_ACTIVATE, mainViewActivate);
mainView.addEventListener(FlexEvent.VIEW_DEACTIVATE, mainViewDeactivate);
I mean once a viwe has been loaded with pushView you shouldn't have it re-wiped with a popView. Is this making sense? It made me think there are major problems with SWFLoader.
Currently I popView before calling load on a SWFLoader or the original mxml stomps over wipping out the updates, when you call popView on completetion of the load call.
