user349302
user349302

Reputation: 3811

Adobe AIR make screenshot

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

Answers (4)

Fuad All
Fuad All

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

Pawel
Pawel

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

JeffryHouser
JeffryHouser

Reputation: 39408

Look at this project; which is called the Nitro ScreenCap component.

Upvotes: 1

Related Questions