Reputation: 3811
I have an adobe air application and it must make screenshot for entire screen (not only app area) and save it to a file on hdd.
Could you give me a link how can I achieve this?
thank you
Upvotes: 3
Views: 2099
Reputation: 975
You can build native extension for all platforms. If are making windows application you can make dll with c or c++. Here are some usefull links for start.
http://easynativeextensions.com/air-native-extension-for-windows/ https://forums.adobe.com/thread/2307093
Upvotes: 0
Reputation: 56
On Windows, you can use this one to grab screenshot ... https://github.com/pcichon/ScreenShooter it uses Native Extensions for AIR.
Upvotes: 4
Reputation:
Video Tutorial:
http://gotoandlearn.com/play.php?id=125
http://gotoandlearn.com/play.php?id=126
Upvotes: 3
Reputation: 39408
Look at this project; which is called the Nitro ScreenCap component.
Upvotes: 1