Hello, screen capture is possible in Adobe AIR 2.0, you can use NativeProcess and invoke a native application in your OS that does a screen capture for you, please follow this blog post http://www.thanksmister.com/index.php/archive/screen-capture-with-air-2-nativeprocess/, I have created a AIR application for MAC which invoke MAC's screencapture commandline utility from AIR app, you can download the dmg from this link if you want to have a look at the app, the captured image gets saved on your desktop.
http://saurabhnarula.com/download/Unlock%20Your%20Code.dmg Saurabh http://blog.saurabhnarula.com/ On Thu, Aug 5, 2010 at 1:53 PM, 朱传明 <[email protected]> wrote: > Hi, all: > > I want to capture a full screen shot in AIR app ,how to do it? > any one have ideas? > thanks any way. > > ImageSnapshot seems only capture snapshot in AIR component,but I want > capture full-screen snapshot. > > > -- > ※※※※※※※※※※※※※※※※※※ > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

