<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Do a Screen Capture with Adobe AIR</title>
	<atom:link href="http://blog.everythingflex.com/2008/04/24/do-a-screen-capture-with-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.everythingflex.com/2008/04/24/do-a-screen-capture-with-adobe-air/</link>
	<description>News and Information about Adobe Flex &#38; Adobe AIR by Rich Tretola</description>
	<lastBuildDate>Tue, 16 Mar 2010 07:52:01 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://blog.everythingflex.com/2008/04/24/do-a-screen-capture-with-adobe-air/comment-page-1/#comment-60305</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=735#comment-60305</guid>
		<description>@JMP can you explain how you did this a little more... provide an example?</description>
		<content:encoded><![CDATA[<p>@JMP can you explain how you did this a little more&#8230; provide an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JMP</title>
		<link>http://blog.everythingflex.com/2008/04/24/do-a-screen-capture-with-adobe-air/comment-page-1/#comment-52965</link>
		<dc:creator>JMP</dc:creator>
		<pubDate>Sun, 13 Sep 2009 16:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=735#comment-52965</guid>
		<description>Not impossible using AIR.  Just wrote an app which does so using the Bitmap Format from the Clipboard Explorer and then using JPEGAsyncEncoder to encode and upload to server via PHP</description>
		<content:encoded><![CDATA[<p>Not impossible using AIR.  Just wrote an app which does so using the Bitmap Format from the Clipboard Explorer and then using JPEGAsyncEncoder to encode and upload to server via PHP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1985 &#187; air桌面截屏的间接方法</title>
		<link>http://blog.everythingflex.com/2008/04/24/do-a-screen-capture-with-adobe-air/comment-page-1/#comment-48682</link>
		<dc:creator>1985 &#187; air桌面截屏的间接方法</dc:creator>
		<pubDate>Mon, 27 Apr 2009 05:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=735#comment-48682</guid>
		<description>[...] 1.在air中实现桌面截屏到现在为止还是不支持的。 2.如果非要在air里实现截屏功能那就是有两种方法: 2.1  这个方法貌似很好，要下Merapi[一个与java沟通的一个桥],可是我暂时还没有搞明白到底怎么弄,网站打n次终于打开，先注册，再下载 ，最后我看不懂，据我看来，貌似就算实现了,也要用户装java runtime，所以不太现实。 2.2 在air中我们可以获取到剪贴板里的内容，所以产生了第二种方法，无论怎么弄都要按PressScreen键。 2.2.1 半自动类型： 实时监视剪贴板的数据类型，按PrintScreen键盘就可以截屏，但是如果你用其他截图软件（如果是保存到剪贴板里的话)就会走光了 ，哪怕是qq截图。 2.2.2 全手动: 先按PressScreen 再手动触发保存。这个也容易走光，就是一不小心剪贴板里有张图片，用户直接点保存，还是存在问题的。这个在googlecode上有开源。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.在air中实现桌面截屏到现在为止还是不支持的。 2.如果非要在air里实现截屏功能那就是有两种方法: 2.1  这个方法貌似很好，要下Merapi[一个与java沟通的一个桥],可是我暂时还没有搞明白到底怎么弄,网站打n次终于打开，先注册，再下载 ，最后我看不懂，据我看来，貌似就算实现了,也要用户装java runtime，所以不太现实。 2.2 在air中我们可以获取到剪贴板里的内容，所以产生了第二种方法，无论怎么弄都要按PressScreen键。 2.2.1 半自动类型： 实时监视剪贴板的数据类型，按PrintScreen键盘就可以截屏，但是如果你用其他截图软件（如果是保存到剪贴板里的话)就会走光了 ，哪怕是qq截图。 2.2.2 全手动: 先按PressScreen 再手动触发保存。这个也容易走光，就是一不小心剪贴板里有张图片，用户直接点保存，还是存在问题的。这个在googlecode上有开源。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Tretola</title>
		<link>http://blog.everythingflex.com/2008/04/24/do-a-screen-capture-with-adobe-air/comment-page-1/#comment-48075</link>
		<dc:creator>Rich Tretola</dc:creator>
		<pubDate>Sat, 18 Apr 2009 15:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=735#comment-48075</guid>
		<description>Yes, you can certainly use my code samples. Merapi is available by registering at http://www.merapiproject.net/</description>
		<content:encoded><![CDATA[<p>Yes, you can certainly use my code samples. Merapi is available by registering at <a href="http://www.merapiproject.net/" rel="nofollow">http://www.merapiproject.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.everythingflex.com/2008/04/24/do-a-screen-capture-with-adobe-air/comment-page-1/#comment-47926</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 16 Apr 2009 23:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=735#comment-47926</guid>
		<description>I am developing a small application that needs to take a screenshot of the user&#039;s window. 
When will merapi be available for download? 
Can I use your code for my app?</description>
		<content:encoded><![CDATA[<p>I am developing a small application that needs to take a screenshot of the user&#8217;s window.<br />
When will merapi be available for download?<br />
Can I use your code for my app?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

