In Flex,how to catch input from card Reader without affecting from other key inputs?
Posted
by Abhishek Jain
on Stack Overflow
See other posts from Stack Overflow
or by Abhishek Jain
Published on 2010-04-06T16:23:17Z
Indexed on
2010/04/06
20:33 UTC
Read the original article
Hit count: 466
Need to create a application which reads input from card reader.
Input coming from card reader as strings which is similar to the keyboard event. In flex,I can catch this string by listening key event.
Problem is that when someone presses key while swiping a card from card reader. Both will be appended in the input. How can i resolve this? Please suggest.
-Abhishek
© Stack Overflow or respective owner