Flash actionscript 3.0: 2011

Facebook Graph api example in AS3.0

1

Posted by Sankar.G | Posted in | Posted on 2:14 PM


In the below URL you can get Facebook wall post, fetching friends List from Facebook , fetching news from Facebook and publish stream , read stream and getting email address permission coding in Action script 3.0


And you can get the profile picture of log in user by using below file


I done this application using Adobe Air so i use Facebook Desktop API but there is no much different between Facebook Desktop API & Facebook web API, you can get the file in the below link ...


Facebook Graph api in as3.zip

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