Feb 7 2010

Facebook JS Client API for Flash/Flex

In my experience i have found that using the JavaScript client library for Facebook and the External Interface API in flash is alot more responsive than the Adobe Facebook AS3 library. Sometimes the event fails to fire. The only time you should use the adobe library is when you need to upload fotos, and do so by sharing the session data used by the JavaScript client.

Example of sharing a session:

fb= new Facebook();
var session:WebSession;
session=new  WebSession(Application.application.parameters.fbsigapikey,
Application.application.parameters.fbsigss,
Application.application.parameters.fbsigsessionkey);
session.addEventListener(FacebookEvent.CONNECT, function():void{
var bytes:ByteArray = jpegencoder.encode(lastpumpyourselfbm.bitmapData);
var call:UploadPhoto = new UploadPhoto(bytes);

fb.post(call);

 });
fb.startSession(session);
session.verifySession();

Dec 18 2009

Keane client outreach site

Designed By: Charlie Guerrero
Developed By: Myself
Technology: Flex, XML
Website: pending

Keane-Client-outreach


Jul 9 2008

Waters Banner Builder Tool

Designed ByCharlie Guerrero
Developed By:
Myself 
Technology:
FLEX, ASP.Net, SQLServer and XML

 

waters-banner-builder

waters-banner-builder