Reputation: 668
I want to write an application that monitor the USB port, and when something is connected should show the contents of the drive (image viewer) automatically.
there is any way to do that with Flex/Flash directly? or i might program another application in C in order to monitor the USB port and then comunicate with the front-end application with sockets?
Thanks br.
Upvotes: 1
Views: 660
Reputation: 4755
I believe this is possible with the AIR SDK version 2. It is unfortunately still in beta but should be out soon. http://labs.adobe.com/technologies/air2/
Upvotes: 2
Reputation: 997
You might find the answer(s) to this SO question helpful: Talk to USB device and vice versa from Flex
Upvotes: 0