Development Flex


    
    xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"
    creationComplete="init();">
    
        
    

     
         
        import mx.events.BrowserChangeEvent; 
        import mx.managers.IBrowserManager; 
        import mx.managers.BrowserManager; 
        import mx.utils.URLUtil; 
        private var browserManager:IBrowserManager; 
        private function init():void { 
            browserManager = BrowserManager.getInstance(); 
            browserManager.addEventListener(BrowserChangeEvent.APPLICATION_URL_CHANGE,logURLChange); 
            browserManager.init("", "Welcome!"); 
        } 
        public function updateTitle(e:Event):void { 
            browserManager.setTitle("Welcome " + ti1.text + " from " + ti2.text + "!"); 
        } 
        private function updateURL(event:Event):void { 
            var s:String = "panel=" + event.currentTarget.selectedIndex; 
            browserManager.setFragment(s); 
        } 
        private function logURLChange(event:BrowserChangeEvent):void { 
            ta1.text += "APPLICATION_URL_CHANGE event:\n"; 
            ta1.text += " url: " + event.url + "\n"; // Current URL in the browser. 
            ta1.text += " prev: " + event.lastURL + "\n"; // Previous URL. 
        } 
      
    

    
        
            
                
                    
                
                
                    
                
                
            

        
        
            
                
                    
                        
                            Visa
                            MasterCard
                            American Express
                        

                    

                
                
                    
                
            

        
        
                            text="You must agree to all the following conditions..." />