views:

30

answers:

2

I want to attach scanner to a flex application and read the image using scanner.Does anyone know how to attach scanner to a flex application?.

A: 

This is impossible. Flash Player only permits access to camera and microphone.

See: Your privacy and Adobe Flash Player

splash
A: 

if you're building an AIR application with a native installer, you can incorporate a serial proxy (here's a list) and use the new File and NativeProcess APIs to (probably) communicate with a scanner.

Mike Chambers details how to accomplish serial communication with an Arduino on his blog.

TheDarkInI1978
Thanks for reply