Skip to content


Skinning a Button with Flex 3

Sorry for the formatting of the code, my editor is having issues:

<mx:Button label=”Image Button”
toggle=”true”
color=”0xFFFFAA”
textRollOverColor=”0xAAAA55″
textSelectedColor=”0xFFFF00″
upSkin=”@Embed(source=’assets/buttonUp.gif’)”
overSkin=”@Embed(source=’assets/buttonOver.gif’)”
downSkin=”@Embed(source=’assets/buttonDown.gif’)”
disabledSkin=”@Embed(source=’assets/buttonDisabled.gif’)”
icon=”@Embed(source=’assets/logo.gif’)”/>

Posted in Flex Web Development.


One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Drew says

    grate tip. I would like to see how to do it programatically too.



Some HTML is OK

or, reply to this post via trackback.