Re: [flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Weyert de Boer
Depending on the device you are able to obtain the actual fingerprint 
image and even receive events like finger placed or removed etc.
The website that leveraged the device via the website, did that need 
some sort of plugin or ActiveX component? If so, it hard to recreate 
without such broker layer in between.

The best thing would be to disrupt the distribution of your AIR 
application in such manner that you install the framework and then just 
deliver the application yourselves in combination with a launcher app 
which will start the broker and after that the actual AIR application. 
In an upcoming book about Adobe AIR this is shown and leverages Java 
(wide audience) and currently working on a second example whereby we 
will probably leverage RFID readers. Maybe an fingerprint reader would 
be an interesting topic too. Shouldn't be a lot of work.


RES: [flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Luciano Manerich Junior
Hi,
 
the device probally will "read" that information for you, and give as an 
String, Number, or some other data type.
 
I can confirm that from BarCodeReaders... That read the barcode, and give the 
code number.



De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Rodrigo 
Pereira Fraga
Enviada em: quinta-feira, 27 de março de 2008 09:01
Para: flexcoders@yahoogroups.com
Assunto: [flexcoders] Adobe AIR/ Flex with device such Fingerprint



Hi!

My question is simple, How I can to use a device such Fingerprint 
(biometric reader) in an application with Flex/AIR?

Thanks.



 


Re: [flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, Rodrigo Pereira Fraga wrote:
> My question is simple, How I can to use a device such Fingerprint
> (biometric reader) in an application with Flex/AIR?

Flex runs in the browser sandbox and AIR can't call out to the O/S, so you 
have to use whatever the O/S does.
Does it dump the hash it scans where ever the prompt is, for instance, like 
some bar code scanners do ?

-- 
Tom Chiverton
Helping to evangelistically engage 24/365 information
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



[flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Rodrigo Pereira Fraga
Hi!

My question is simple, How I can to use a device such Fingerprint 
(biometric reader) in an application with Flex/AIR?

Thanks.