Mega Code Archive

 
Categories / Flex / Style
 

CSS hexadecimal format for CSS style definitions and mx

tag support" src="http://www.rntsoft.com/Code/FlexImages/CSShexadecimalformatforCSSstyledefinitionsandmxStyletagsupport.PNG"           <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:Style>     .myStyle {       themeColor: #6666CC; /* CSS hexadecimal format */     }     </mx:Style>     <mx:Button id="myButton" styleName="myStyle" label="Click Here"/> </mx:Application>