Your Ad Here

June 30, 2010

Random Number in Flash

Title: Random Number between a Range in Flash

Category : Intermediate
Actionscript : 2.0

Here you will learn to create a Random number in Macromedia Flash between a range.

April 11, 2010

Preloader

Title: Preloader in Adobe Flash

Category : Advanced
Actionscript : 2.0

Preloader shows the percentage of the data loaded of the Flash Movie while streaming. It is very useful in Flash Websites. With Actionscript 2 it is very easy to develop a Preloader with few lines of code.

April 08, 2010

Loading Image by Movie clip

Title: Loading External Image by using Movie Clip

Category : Advanced
Actionscript : 2.0

In Macromedia Flash we can load external Images (.jpeg , .gif …. files) by using Movie Clips and a Preloader can be applied with this method easily by writing few lines of Script.

April 07, 2010

Loading Movie by using Movie Clip

Title: Loading External Movie by using Movie Clip
Category : Advanced
Actionscript : 2.0

In Macromedia we can load external Flash Movies (.swf files) by using Movie Clips and a Preloader can be applied with this method easily by writing few lines of Script.

December 31, 2009

Loading External Image by Using Components in Flash

Name : Loading External Image by Components
Category : Advanced

Actionscript : 2.0

In Macromedia we can load external Images (like .jpg files) by using built in Components. We can also load it using Movie clip but here we will discuss about Loading it by Components only.