0

At the gates of Flexland…

Posted by Zu on Apr 19, 2007 in Flex

“Лучше сидеть в маленькой душной пивной , чем работать на большом светлом заводе… “
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/>
[...]

Copyright © 2007-2010 Xrum! Blog... All rights reserved.
Desk Mess Mirrored v1.5.1 theme from BuyNowShop.com.