Style Flex


    backgroundColor="0xFFFFFF">
    
        
        public function changeColor():void
        {
            myTextArea.setStyle("backgroundColor",0xFF0000);
        }