A full tutorial about creating a reflection effect with actionscript3.
AS3 Multiple Tweens
19 September 2009
administrator
Here is a way of using only one tween to animate multiple instances and also how to apply multiple tweens on just one instance. This example uses an open source tweening library named GTween.
How to decrease a Flex application files size (FB 3 & FB 4 Gumbo)
19 September 2009
administrator
A quick, three steps, example on how to reduce your Flex swf file size up to 10 times smaller.
Flash and Javascript communication
19 September 2009
administrator
Easy example of Flash - Javascript communication using the ExternalInterface
Creating interactive dashboards in Flex: Weather dashboard Example
19 September 2009
administrator
This article demonstrates how to create interactive dashboards in Adobe Flex. We create a weather dashboard from ground-up and include gauges and other data visualization components. The weather data is received from Yahoo! Weather RSS feed.