In this tutorial, you will learn how to create a animation inside a text. We are going to make use of Masking concept to apply animation inside a text.










Labels: ActionScript 2, Flash, Flash Animation, Flash Basics, Masking, Tutorials
Continue Reading!
In this tutorial, you will learn how to create dynamic FLV player in Flash. The FLV file URL will be passed to the player in the embed code with the help of FlahVars.




flv.contentPath = flvurl;
< embed src="flvplayer.swf" flashvars="flvurl=movie.flv" type="application/x-shockwave-flash" height="290" width="300">< /embed>
Labels: ActionScript 2, Flash, Flash Intermediate, FlashVars, Tutorials
Continue Reading!
In this tutorial, I will show you how to create a cartoon style cloud and animate it across the screen.We are going to make use of Blur filter in Flash 8.






Labels: Flash, Flash Animation, Flash Basics, Tutorials
Continue Reading!
In this tutorial I will show you how to create a 3D hammer using Illustrator.
Labels: Illustrator, Illustrator 3D, Tutorials
Continue Reading!
In this tutorial we will discuss about, How to create a simple animation in flash. We will make use of motion tween technique to create the animation. We will try to move a circle from left to right.


Labels: Flash, Flash Animation, Flash Basics, Tutorials
Continue Reading!
In this tutorial we will discuss about, How to create a simple button in flash. This tutorial covers about rollover effects and opens a web page when the user clicks on the button.

on (release) {
getURL('http://www.getw3help.com', '_blank');
}
Labels: ActionScript 2, Flash, Flash Basics, Flash Buttons, Tutorials
Continue Reading!