Hi,
I am currently doing a project on remote object communication between Flex 4.1 SDK and Java using Flerry API.I need a Java program that can capture the user keystrokes while the user enter's text in the action-script text-area. i.e I need Java program that captures the keystrokes as user enters the text in a text area in action-script. I find it very inefficient to call a Java method every-time the user enters a character in the text area. Can any one suggest a solution for this?....