Hi frnds,
How to apply effect to label.
I want to give fade effect to label. I have tried with following code,
but it didnt work... any solutions?
------------------------------------------------------------------------------------
<mx:Fade id="fadeIn" duration="2000" alphaFrom="0.0" alphaTo="1.0"/
>
<mx:Label
id="nameLabel"
styleName="statsLabel"
color="#00976e"
x="7" y="0"
showEffect="fadeIn"
visible="false"
text="{user_name}" width="94"/
>
--------------------------------------------------------------------------------
effect must be seen when i made visible="true", but it didn't !!!!
--
Regards,
Preetham Hegde
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---