Flash actionscript 3.0

Peer to peer in AS3.0

0

Posted by Sankar.G | Posted in | Posted on 6:17 PM

Adobe Cirrus the previous name of the technology called Adobe stratus using the technology we can connect 2 flash player without any server just we need to exchange the 128 bit code.

Already i done a post about this in my previous blog

Previous_Entry

Usage of Cirrus
You can able to chat,video stream etc but there is no server direct peer to peer connection between 2 flash Player, I develop a small chat application by using Adobe Cirrus below you have the link

Adobe_Cirrus.zip

Steps to use the above Example

1) Download the file from above link.

2) Extract the file and open test.swf twice.

3) you get 128 bit text in the first box in both the swf.

4) Just copy that code from first swf and paste it in second swf and click connect.

5) And copy the code from second swf and paste it in the first swf and click connect.

Now both the swf are connected each other using Adobe Cirrus (Peer to peer)
And start your chat using below text box with send button...

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