Hi,
I am working on an AIR application that captures Screenshots and users captured Screenshot from Clipboard.
To capture Screenshot i have used a AIR-Java utility "senthil.jar"
http://sensaran.wordpress.com/2010/0...lity-using-air -2-0/
It works very well on Windows.
While Testing it on Linux.First i tested the .jar file directly on command line.It captured 100 + screenshots altogether and a dialog box pops up for location to save screenshot each time.
My Requirement is screenshot should be captured once when .jar file is executed once and output should go directly to Clipboard without user prompt.
Can anyone guide me through this problem.
Thanks