Changeset 158 for trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/control/InteractionController.as
- Timestamp:
- 05/15/08 18:55:18 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/control/InteractionController.as
r100 r158 27 27 import mx.utils.URLUtil; 28 28 29 import org.cnflex.buddypub.util.ModuleConfig; 30 29 31 public class InteractionController extends ModelGlueController 30 32 { … … 34 36 35 37 public function InteractionController():void{ 38 36 39 //initialize deep link configuration 37 40 browserManager = BrowserManager.getInstance(); 38 41 browserManager.addEventListener(BrowserChangeEvent.BROWSER_URL_CHANGE, parseURL); 39 42 browserManager.init("", "Home"); 43 44 //initialize the module configuration 45 var moduleConfig:ModuleConfig = ModuleConfig.getInstance(); 46 40 47 } 41 48
