On Fri, Jun 13, 2008 at 4:49 PM, tosisodia <[EMAIL PROTECTED]> wrote: > Thanks Fidel, > > Thanks a lot for your insight and quick replies. I think I will code > everything using AIR, only thing I need to check is hardware > interfacing and transaction management.
Hum... I thought you wanted to develop a standalone application. If what you want is a multithreaded application, then you will have to implement the server side using Java. Then you can write a Flex application that runs on the browser if you so wish, or/and an AIR application to run on the desktop. But, that will have to communicate with a server that will handle all the transactions for you. Flash is meant to run on the client side. Fidel.

