Re: [flexcoders] Calling ViewNavigator from an .as file

2012-01-26 Thread Tandon, Rishi
bject: [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

[flexcoders] Calling ViewNavigator from an .as file

2012-01-25 Thread stldvd
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 pr