Powered By Railo

Wish List

My Amazon.com Wish List

Tags

adobe air ajax cf community cfml coldfusion examples ext flash flex javascript max2007 max2008 misc programming railo technology ui

Recent Entries

Wikipedia Raises 6 Million
30GB Zunes Self Destruct On New Years
Happy New Year
Server Move Update 2
Server Move

Currently Reading


Search

RSS


Subscribe

Enter your email address to subscribe to this blog.

Blogroll

An Architect's View
Ben Forta
CFSilence
Coldfusion Jedi
Rey Bango
TalkingTree



Adobe Alchemy Project

Another new release on the adobe labs site is the project called Alchemy. The purpose of this project is to allow developers to compile C and C++ code into Action Script.

The questions is why?

The answer is really quite simple and twofold. Performance and Reuse. There is a lot of C and C++ libraries out there that are use for cpu intensive tasks such as video and audio transcoding, data manipulation, cryptographic functions and physics simulations. These libraries would be much more performant than trying to rebuild the same functionality with AS3 (Action Script 3).

The ability to compile these libraries into Action Script will provide real benifits by providing a bridge between C/C++ and Action Scipt while ensuring that the Flash Player security protection remains in place.

It is not intended to let you can go and recompile a complete C++ application into a Flash application but more the ability to leverage existing C++ libraries within a Flash/Flex application.

Related Blog Entries

Comments