I didn't got much time to read through it, but this might interest you http://devgirl.org/2011/05/18/flex-4-5-mobile-data-handling/
Regards, Rishi Tandon ________________________________ From: stldvd <stl...@yahoo.com> To: flexcoders@yahoogroups.com Sent: Thursday, January 26, 2012 7:21 AM Subject: [flexcoders] Calling ViewNavigator from an .as file Hi All, I need to call navigator.pushView from an .as file in an AIR mobile project. But since I'm in an .as file and not in the .mxml file, how do I get access to the ViewNavigator? I don't think I want to import ViewNavigator and instantiate it because there should be only one in any given project. Anyone know? Thanks.