Style Flex



    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    
         
        public function applyRuntimeStyleSheet():void { 
            styleManager.loadStyleDeclarations("../assets/BasicStyles.swf") 
        } 
      
    

    
                    text="Click the button to load a new CSS-based SWF file." />
                    click="applyRuntimeStyleSheet()" />