Archive for July, 2008

EyePartner is now Adobe Solution Partner

Thursday, July 17th, 2008

We had a very busy few days here at EyePartner. After joining Flex SDK Contributor Program, yesterday we got Adobe's approval for becoming an Adobe Solution Partner. The Solution Partner Program is designed for companies that provide solution-based sales, system integration, services, or extended products based on Adobe technology. Three levels ...

Inside Flex SDK Contributor Program

Tuesday, July 15th, 2008

I got the confirmation from Matt Chotin that i was approved into the Flex SDK Contributor Program. This is part of the Adobe Open Source Project where developers around the world can browse the whole project and, upon acceptance of the Contributor Agreement and review, can submit patches against the /flex/sdk/branches/3.0.x ...

Java Collections in ActionScript 3

Monday, July 14th, 2008

One framework that i started using more and more is the as3commons. This contains the most important collections from Java (ArrayList, HashMap, Set etc.) along with helper classes like Arrays and Collections to be used on ActionScript projects. Although it misses some functionalities for Sorted and Tree collections for example, ...

Custom Serialization between ActionScript and Java

Sunday, July 13th, 2008

There are situation when the object serialization between ActionScript and Java causes some problems in it's default form and i'll detail that with one simple example. Let's say we have a movie application where users watch some movies online. At the building block for this application would stay a Movie ...

LiveCycle Data Services Messaging and Presence Service

Friday, July 11th, 2008

Working lately on some collaboration apps i got the need for a unified service running both messaging and presence functionalities. Prior to using LCDS for presence i was using Flash Media Server where you have the SharedObject for syncronizing data between multiple clients. But this is not a very comfortable ...

Flash Tracer alternative on Mac OS

Sunday, July 6th, 2008

Using Mac OS I was looking for some tool like Flash Tracer extension for Firefox, where you could see all traces from a Flash Player application. I'm using Safari as my default browser so FlashTracer was out of discussion. Here is how you can do it: Go to Macintosh HD > ...