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
On Windows, you can use this one to grab screenshot ... https://github.com/pcichon/ScreenShooter it uses Native Extensions for AIR.
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