Home » Archive

Articles Archive for February 2009

ActionScript 2.0 »

[18 Feb 2009 | No Comment | ]

In my project there was a need to create unique alpha numeric value + to act as a substitute for session variables.
I serached internet and got this Class GUID.
It has one drawback that it always create GUID of length 40. So i made some change to generate GUID of specified length.
Version of Actionscript:
Actionscript 2.0

Here is the usage of the Class GUID
trace(GUID.create(40))
Note:
Make sure that GUID resides in the same folder.

ActionScript 3.0 »

[12 Feb 2009 | No Comment | ]

The aim of this tutorial is to create slideshow using the FaderAPI.
Fader API can be used to create Sequence of fade animations, Slideshows with less code.
Note:
In this tutorial we are going to use Fader API to create slideshow from DisplayObjects present in stage. Not the dynamic one as we created in previous version.
This tutorial is indented for basic – intermediate skill set. Follow the link to create slideshow dynamically using FaderFileMaterial
Difficulty:
Basic – Intermediate.
Even the entry level programmers and beginners can use this API easily.
Features:
Some features are
Less code
Slide to …