Apply drop shadow to text at runtime with Flex in MXML
by Nicolas Noben
A quick and easy one but I always end up looking for it and not finding it easy.
<mx:DropShadowFilter id="dropShaText" distance="1" angle="45" blurX="0" blurY="0" alpha="1" color="0x111111" />
<mx:Label text="Hello world" filters="{[dropShaText]}" />

Related Posts
- Easy Form Validation and Submit Button enable-disable in Flex 3
- World statistic shows you how fast the world goes
- Twittearth - Twitter in 3D live around the world
- Automatically resize Text/TextArea based on content (autoSize) in Flex
- Collaboration, my ass

Stay focussed. Save to
Del.icio.us |
Reddit |
Stumble it |
Digg it

