Umar
Umar

Reputation: 11

How to connect / communicate with fingerprint or scanner in flex

I want to write application in adobe flex/air through which I can communicate/connect with hardware devices such as Fingerprint reader, scanner.

Is there any way to do so?

Is flex/air support hardware interaction with the following devices.

Upvotes: 1

Views: 1054

Answers (1)

Maxim Kachurovskiy
Maxim Kachurovskiy

Reputation: 3022

It's possible in AIR if you use native extensions.

You will have to write a separate native extension for each platform and compile separate application versions.

Native extension example for Mac.

Native extension example for Mac and Windows in C++.

Upvotes: 3

Related Questions