<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="#AAAAAA" backgroundGradientColors="[#AAAAAA, #AAAAAA]" viewSourceURL="srcview/index.html"> <mx:Button skin="net.tongits.skins.ButtonSkin" width="200" height="27" label="Stroke Hack" color="#FFFFFF" textRollOverColor="#FFFFFF" textSelectedColor="#FFFFFF" horizontalCenter="0" verticalCenter="-50"/> <mx:Button skin="net.tongits.skins.ButtonSkinStroke" width="200" height="27" label="Real Sroke" color="#FFFFFF" textRollOverColor="#FFFFFF" textSelectedColor="#FFFFFF" horizontalCenter="0" verticalCenter="0"/> <mx:Button skin="net.tongits.skins.ButtonSkinStrokePixel" width="200" height="27" label="Real Sroke with Pixel Hinting" color="#FFFFFF" textRollOverColor="#FFFFFF" textSelectedColor="#FFFFFF" horizontalCenter="0" verticalCenter="50"/> </mx:Application>