Just curious if this works better for you:
private function MyManager() {
// constructor
return getInstance();
}
public static function getInstance() : MyManager{
if(_myManager == undefined){
_myManager = new MyManager();
_myManager.init();
}
return _myManager;
}
Sorry, I haven't had the time to follow the whole discussion, but I figured
I'd throw this your way and see if it helps.
Good luck.
Jack
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com