I just wanted to pint out two interesting posts on Comtaste's blog by our Flex engineers in the latest days.
The first one regards AIR and Merapi :
How to enable communication between AIR and Skype through Merapi
The author, Emanuele Tatti, decided to start playing with Merapi creating a AIR client for the
Skype chat; first of all I started searching for a Java implementation
of the Skype communication API. I found this project
"http://skype.sourceforge.jp/index.php?Skype%20API%20For%20Java%20(English)",
officially supported by Skype https://developer.skype.com/wiki/Java_API
It's a well written and powerful library so it was very easy to understand.
In my application I used two message types:
- "skype" - for generic API commands
- "skypeChat" - for chat messages
The second post, written by Liviu Stoica, showed you how to create different bindings based on different events:
ChangeEvent vs Bindable, multiple change events for binding


















