Components Flex



    
        public var myVar:String; 
        public function setMyVar():void { 
            myVar = myText.text; 
        }