September 29, 2009

Adding Custom Shapes to the SharedWhiteBoard

Thumbnail image for CustomWBShape

On Nigels suggestion, I refactored the AFCS WhiteBoard Component and added a new API to add custom shapes. The API should be available in the next release of AFCS SDK.

To quote Nigel here, WhiteBoard is complicated beast.. Although there is a long way to go before the beast (WhiteBoard) could be tamed and understood, the new API is an effort to help developers add custom shapes to the WhiteBoard.

The app demonstrating the new features could be tried here.

Also the code of the app would be released along with other AFCS examples. I am just uploading the app to test for bugs and receive feedback. Thanks again to everyone trying the new app.

July 27, 2009

AFCS Flash-Only API's

AFCS is getting more exciting as it has released the Flash-Only API's. This release would enable Flash developers to leverage the basic messaging API's and enable collaboration in their apps.


FlashOnly.png

Flash-Only API's inherits all the benefits in a Flash vs Flex argument. Now its time to test drive the API's by building a sample app. :)

June 3, 2009

Add WhiteBoard Shapes using API's

 

 

 

 

 

 

 

 

 

 

 

 

 

The app uploaded enables users to add shapes to the WhiteBoard using wrapper APIs.

The code and the APIs will be made available during the next SDK release. The intention behind uploading this app is to test it extensively for errors and suggestions.

The app could be tried here.

June 1, 2009

My first AFCS app

I created this app with the objective of learning both Flex and the AFCS sdk. The actual app had a lot more features. But stripped most of the feature to keep the code lean and simple.

I would like to use my inexperience as an excuse for the bugs in this app :) . Also I would like to thank the AFCS team for all the help. The idea was suggested by Nigel.

One feature that was tough to implement was white Board scaling based on images aspect ratio. Right now the whiteboard's alpha is made transparent to display the image underneath it. This gives the effect as though we are drawing on top of the image.

The app can be viewed here

May 14, 2009

Network Intensive AFCS interactions

Hi Recently a question on AFCS forum was "What are the most network intensive AFCS interactions? " This Q&A was little insightful and though will post it in the blog. I am pretty sure coders will devise intelligent schemes to optimize cost.

Thanks Raff and Nigel who gave a brief reply about the cost incurred during interactions. More can be found here