Mega Code Archive

 
Categories / Flex / Style
 

CSS Inline

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:Label text="This is Inline CSS"         fontSize="72"         fontFamily="Futura, Helvetica, Arial"         fontWeight="bold"/> </mx:Application>