Style Flex

tag:" src="http://www.rntsoft.com/Code/FlexImages/AclassandatypeselectorinthefxStyletag.PNG"

         


    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    
        @namespace s "library://ns.adobe.com/flex/spark"; 
        .myFontStyle {
            fontSize: 15; 
            color: #9933FF; 
        } 
        s|Button { 
            fontStyle: italic; 
        }