May 30, 2009

Load an image (jpeg, png, gif) or a swf using ActionScript 3.0

Here is an example that illustrate how you can upload an image or a swf in your Flash ActionScript 3.0 project .

May 5, 2009

How to trigger an event with ActionScript 3.0 when the sizes of a swf’s stage are modified

This is very useful when you try to create a “liquid” flash application.

May 3, 2009

How to parse a XML file using ActionScript 3.0

Here is an example on how to get data from XML file using ActionScript 3.0.

April 29, 2009

How to change a movie clip color using ActionScript 3.0

This is a function that changes the color of a video given as a parameter in a new color given as parameter as well.