By Pankaj | May 14, 2011 at 1:48 pm | 5 comments
In this tutorial you will learn how to create a sound bar visualisation effect commonly seen in many audio players on the internet. The bars will move randomly up and down one after another by changing the height property. You will need the Tweenlite plug-in for this tutorial...
Posted in: ActionScript3, Tutorials
By Pankaj | May 14, 2011 at 1:26 pm | One comment
If you don’t know how to create your own Draggable Progress Bar in Flash, then this is the right place. First of all, the usability of this progress bar can be multiple, even if we speak about loading, scrollbars, seeking, volume or chart bars. Another advantage when you use...
Posted in: ActionScript3, Tutorials
By Pankaj | April 28, 2011 at 10:06 am | No comments
In this post I will write about loading multiple external swf’s in Actionscript 3. A common problem you face when loading more than one swf is that multiple copies can potentially be loaded. Look at the example below.
btn1.addEventListener(MouseEvent.CLICK,...
Posted in: ActionScript3, Flash, Tutorials
By Pankaj | March 22, 2011 at 10:37 am | 11 comments
In this tutorial, we are going to create a Flash AS3 Photo Gallery. The paths of the images will loaded from external xml file and then we will apply Tweener class to add some nice transition effects.
You can find this class from Google. Click here to download.
Create a new...
Posted in: ActionScript3, Flash, Tutorials
By Pankaj | March 11, 2011 at 7:37 am | 7 comments
This tutorial shows how to use Flash ActionScript 3 to control Flash Movie Clip.
The basic idea of controlling a Flash Movie Clip on the stage is to Play, Stop, Go To the next frame, Go To the previous Frame, Go To a particular certain frame and continue...
Posted in: ActionScript3, Flash, Tutorials
By Pankaj | February 25, 2011 at 8:01 am | 5 comments
Flash preloaders is very useful to show the visitors that the movie is still loading. This should helps them realize that there is something on the page which is loading even though they cannot see it. It also keeps your visitor amused for a short time and stops them closing the...
Posted in: ActionScript3, Flash, Tutorials
Follow Designs Tutorial on Twitter