Flash actionscript 3.0

Adobe Air Example with DB

0

Posted by Sankar.G | Posted in | Posted on 4:35 PM

Using Adobe Air we can create a application for the Desktops and mobile phones,Adobe air have in built database that is SQLLite
So we don't need external Database to store and retrieve the Data
so using the adobe air with SQLLite, i create a sample application to store the friends birthday date below link is use to you to get the code to create and select the sqllite Database with
adobe air 2.0

Birthday Reminder.zip

Data transfer from as2 to as3

0

Posted by Sankar.G | Posted in | Posted on 12:05 AM

We face lot of difficulties to transfer object from as2 to as3 or vice versa
so below you have a link to get the file
It is used to create a bridge between as2 to as3 , And It is useful to exchange the objects from as2 to as3 with good example

In the Below File , i attach the as2 file inside of the as3 file
and pass the object from as2 to as3 and vice versa

connector.zip

Tron Analog Clock in AS3

4

Posted by Sankar.G | Posted in | Posted on 3:56 PM

I develop a simple Tron Analog Clock in as3

Tron:Is a 2010 American science fiction film directed by Joseph Kosinski and produced by Steven Lisberger

Using that widget , i develop a simple analog clock the below link is used to get a
Tron Analog clock source

Tron.zip

Tron.swf

Dynamic Registration Point for a MovieClip in AS3

0

Posted by Sankar.G | Posted in | Posted on 4:44 PM

In the Flash depend upon the MovieClip registration point only
movieclip rotation and scaling will occur..
so below file is used to change the registration point of a MovieClip
on the Fly.

Dynamic_reg.zip

Dynamic_reg.swf

Custom Slider in AS3.0

0

Posted by Sankar.G | Posted in | Posted on 5:57 PM

In flash we have slider component in as3.0.
But some time we need to use our own design to implement the slider,
so by using the below link you can create a custom slider design in as3.0
with out using flash slider component.

Custom Slider.zip