Style Flex


 
 
    xmlns:fx="http://ns.adobe.com/mxml/2009" 
    xmlns:mx="library://ns.adobe.com/flex/mx" 
    xmlns:s="library://ns.adobe.com/flex/spark"> 
     
         
    
 
     
        @namespace s "library://ns.adobe.com/flex/spark"; 
        s|Button { 
            color: red; 
        } 
        s|Label { 
            backgroundColor: #33CC99; 
        }