Components Flex



    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark" width="500">
    
        
    

     
        //The following is on one line. 
        [Bindable] 
        public var myHtmlText:String="<, bold, >, &, ""; 
      

    
    
        
            
             
                This string contains less than, <, greater than , >, 
                ampersand, &, and double quotation mark,", characters.