Creatin a flash Preloader as3

http://www.republicofcode.com/This tutorial will teach you how to create a very simple preloader for your Flash movies using ActionScript 3.0. A preloader is an essential asset in every single Flash movie you put on the internet as it prevents the movie from playing before downloading all its assets and also informs the user about how long he is expected to wait before the downloading process finishes. This tutorial will not require you to have any special ActionScript 3.0 knowledge and will make use of the LoaderInfo class to retrieve downloading data.

View Tutorial Source(http://www.republicofcode.com/)