Components Flex


    initialize="initText()">
    
        public function initText():void { 
            myText.text=" \n, \t, <, greater than, >, ampersand, &, and apostrophe, ',    characters."; 
        }