Components Flex



    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    
         
        private function processValues():void { 
            var inputZip:String = zipCode.text; 
            var inputPhone:String = phoneNumber.text; 
            // Check to see if pn is a number. 
            // Check to see if zip is less than 4 digits. 
            // Process data. 
        } 
      
    

    
        
            
        
        
            
        
        
                            click="processValues();" />