ОТКРЫТОЕ ПИСЬМО
Christians, like slaves and soldiers, ask no questions”
I found this old poem i used to love. Still makes me shed a tear when i read it. So simple and powerful.
Женщине из г. Вичуга
Я вас обязан известить,
Что не дошло до адресата
Письмо, что в ящик опустить
Не постыдились вы когда-то.
Ваш муж не получил письма,
Он не был ранен словом [...]
Transition and Fade…
“you’re sexy, i’m sexy, together we make supermodels cry”
My first attempt at transitions and effects.
..::Demo here::..
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/>
[...]