At the gates of Flexland…
“Ûучшõ ÑÂøôõть ò üðûõýьúþù ôушýþù ÿøòýþù , чõü рðñþтðть ýð ñþûьшþü ÑÂòõтûþü ÷ðòþôõ… “
Howdy,
The question i asked myself today is: Why not ME?
And so my journey into Flex began….
Today on the Adenda: Styles
What i learned: How to add a background image to a button?
<mx:Button styleName="myButton" label=""/>
<mx:Style>
.myButton
{
upSkin: Embed(source="../image1.gif");
overSkin: Embed(source="../image2.gif");
downSkin: Embed(source="../image3.gif");
disabledSkin: Embed(source="../image4.gif");
}
<mx:Style/>