Extending Air to system Level (Idea :) )

March 10, 2008 at 7:44 am (Air) (, , )

The Air frameword does not provideĀ  wide functionality in respect of system utilities.

So we can extend the functionality of Air App to system level using any other supportive language liken , VB, .net , java, php or any othe as per the OS. we can make a socket server from any native langauge and communicate to the system using that server.

we just have to have awrapper exe which will first start the socketserver and then launch the Air App,

the air app can communicate to the server using socket soncetion and server onthe other hand can communicate to the system for any system level fucntionality.

this is just a proof of concet which even i have not yet tried.

a very good Example

Permalink Leave a Comment