<?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: Taking screenshots in Flex 3 using the ImageSnapshot.captureImage() method</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vivek</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-9229</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Tue, 17 May 2011 11:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-9229</guid>
		<description>I am using JPEGEncoder for taking image...But if shows black in the blank space of my application can anyone know how to fix this bug...</description>
		<content:encoded><![CDATA[<p>I am using JPEGEncoder for taking image&#8230;But if shows black in the blank space of my application can anyone know how to fix this bug&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AB</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-8977</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Thu, 17 Feb 2011 08:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-8977</guid>
		<description>Have you found a way to capture the displayed content of a pdf?

Thanks
AB</description>
		<content:encoded><![CDATA[<p>Have you found a way to capture the displayed content of a pdf?</p>
<p>Thanks<br />
AB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-8892</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 24 Jan 2011 23:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-8892</guid>
		<description>I am also having this issue. No solutions?</description>
		<content:encoded><![CDATA[<p>I am also having this issue. No solutions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breizo</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-8554</link>
		<dc:creator>Breizo</dc:creator>
		<pubDate>Thu, 11 Nov 2010 22:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-8554</guid>
		<description>@Marcus,
Sorry, see post below for a suggestion...</description>
		<content:encoded><![CDATA[<p>@Marcus,<br />
Sorry, see post below for a suggestion&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breizo</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-8553</link>
		<dc:creator>Breizo</dc:creator>
		<pubDate>Thu, 11 Nov 2010 22:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-8553</guid>
		<description>@Marcus
Have you tried this?
1) hide / show the components you need 
2) call the validateNow() method of the component you are getting a snapshot of.
3) take a snapshot of your compoennt
4) show/hide
5) call validateNow
You shouldn&#039;t see any changes on the screen, but the snapshot will have what you need.
Breizo</description>
		<content:encoded><![CDATA[<p>@Marcus<br />
Have you tried this?<br />
1) hide / show the components you need<br />
2) call the validateNow() method of the component you are getting a snapshot of.<br />
3) take a snapshot of your compoennt<br />
4) show/hide<br />
5) call validateNow<br />
You shouldn&#8217;t see any changes on the screen, but the snapshot will have what you need.<br />
Breizo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-8408</link>
		<dc:creator>Venu</dc:creator>
		<pubDate>Wed, 06 Oct 2010 11:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-8408</guid>
		<description>Hi,
I have a requirement to take a website home page screen shot. Could anyone help me please.

I have a text input. i will enter website address. when click on submit i have to take the screen shot of the website home page which is entered in text input and i have to display that in image controller on my page. Is there any way to achieve this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a requirement to take a website home page screen shot. Could anyone help me please.</p>
<p>I have a text input. i will enter website address. when click on submit i have to take the screen shot of the website home page which is entered in text input and i have to display that in image controller on my page. Is there any way to achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Biswas</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-7907</link>
		<dc:creator>Amit Biswas</dc:creator>
		<pubDate>Sun, 13 Jun 2010 07:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-7907</guid>
		<description>Thanks 4 the example . It was help full 4 me. Is there any way to make a jpeg file of the snap shot and save it to local mechine whitout  any backend help.</description>
		<content:encoded><![CDATA[<p>Thanks 4 the example . It was help full 4 me. Is there any way to make a jpeg file of the snap shot and save it to local mechine whitout  any backend help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-7837</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 02 Jun 2010 00:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-7837</guid>
		<description>@Marcus,

I&#039;m not sure. You could try adding the non-visible item to a parent container and not add that parent container to the display list.  Not sure if that would work or not, but may be worth a shot.

Peter</description>
		<content:encoded><![CDATA[<p>@Marcus,</p>
<p>I&#8217;m not sure. You could try adding the non-visible item to a parent container and not add that parent container to the display list.  Not sure if that would work or not, but may be worth a shot.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-7836</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Tue, 01 Jun 2010 19:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-7836</guid>
		<description>Hi Peter,

is it possible to create an image-snapshot of an non visible item (a item that is currently not visible and not on the display list)?</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>is it possible to create an image-snapshot of an non visible item (a item that is currently not visible and not on the display list)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/comment-page-1/#comment-7497</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 14 Apr 2010 09:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/16/taking-screenshots-in-flex-using-the-imagesnapshotcaptureimage-method/#comment-7497</guid>
		<description>In Air, I can use this code to capture the displayed contents of an html container, except when the container has a pdf loaded into it.  If there is a pdf, the result is just a black box.  Why?  How can I capture the displayed content of a pdf?</description>
		<content:encoded><![CDATA[<p>In Air, I can use this code to capture the displayed contents of an html container, except when the container has a pdf loaded into it.  If there is a pdf, the result is just a black box.  Why?  How can I capture the displayed content of a pdf?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

