skin based on png images
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Button upSkin="@Embed('logo.png')" overSkin="@Embed('logo.png')" downSkin="@Embed('logo.png')" /> </mx:Application>