简体   繁体   English

Adobe AIR制作截图

[英]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. 我有一个adobe air应用程序,它必须为整个屏幕(不仅是应用程序区域)制作屏幕截图并将其保存到hdd上的文件中。

Could you give me a link how can I achieve this? 你能给我一个链接我怎样才能做到这一点?

thank you 谢谢

在Windows上,你可以使用这个来获取截图... https://github.com/pcichon/ScreenShooter它使用Native Extensions for AIR。

Look at this project ; 看看这个项目 ; which is called the Nitro ScreenCap component . 这被称为Nitro ScreenCap组件

You can build native extension for all platforms. 您可以为所有平台构建本机扩展。 If are making windows application you can make dll with c or c++. 如果正在制作Windows应用程序,您可以使用c或c ++制作dll。 Here are some usefull links for start. 这里有一些有用的开始链接。

http://easynativeextensions.com/air-native-extension-for-windows/ https://forums.adobe.com/thread/2307093 http://easynativeextensions.com/air-native-extension-for-windows/ https://forums.adobe.com/thread/2307093

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM