<?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: Take a screenshot in Flex and send it to ASP.NET</title>
	<atom:link href="http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html</link>
	<description>Productive software development using ASP.NET, C#, Adobe Flex, and other technologies and tools.</description>
	<lastBuildDate>Thu, 09 Sep 2010 10:53:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Defgod</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-1724</link>
		<dc:creator>Defgod</dc:creator>
		<pubDate>Wed, 28 Apr 2010 18:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-1724</guid>
		<description>Hello folk&#039;s,
I have been assigned a task which is basically this, however i am having issues implementing this solution.
Sending the snapshot.data via httpservice is working (i can use Request.InputStream.Length in my asp.net page to get the length, and view the properties of the object to be sent in Flex).
What i was looking for was some assistance dealing with the request in asp.net. To be clear, i dont need to save the image, just display it in a image control in asp. I appreciate any assistance i am give. And btw, i am relatively new at this, so please excuse my ignorance. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello folk&#8217;s,<br />
I have been assigned a task which is basically this, however i am having issues implementing this solution.<br />
Sending the snapshot.data via httpservice is working (i can use Request.InputStream.Length in my asp.net page to get the length, and view the properties of the object to be sent in Flex).<br />
What i was looking for was some assistance dealing with the request in asp.net. To be clear, i dont need to save the image, just display it in a image control in asp. I appreciate any assistance i am give. And btw, i am relatively new at this, so please excuse my ignorance. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChessMaster</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-1696</link>
		<dc:creator>ChessMaster</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-1696</guid>
		<description>Ah sorry.... Just realized req.data = snapshot.data; 

Please ignore my prev comment</description>
		<content:encoded><![CDATA[<p>Ah sorry&#8230;. Just realized req.data = snapshot.data; </p>
<p>Please ignore my prev comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChessMaster</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-1695</link>
		<dc:creator>ChessMaster</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-1695</guid>
		<description>Hi!
I am trying to do the same with httpService...

Could you please explain how did you pass the screenshot to your request. Do not see the assignment 
snapshot variable to request....</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I am trying to do the same with httpService&#8230;</p>
<p>Could you please explain how did you pass the screenshot to your request. Do not see the assignment<br />
snapshot variable to request&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khurram</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-1612</link>
		<dc:creator>Khurram</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-1612</guid>
		<description>Nice Example 

Cna I use this to take a snapshot of user desktop. Like the print screen button do it?</description>
		<content:encoded><![CDATA[<p>Nice Example </p>
<p>Cna I use this to take a snapshot of user desktop. Like the print screen button do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-1547</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 08 Jul 2009 14:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-1547</guid>
		<description>This is excellent!  Im wondering what adjustments I might need to make here to send a file instead of a screenshot.  Im using AIR and I have the filestream.  Is it best to somehow convert this to a byte[] on the client side and use the same server code, or send the filestream across (as a string?) and modify the server code to suit.

Any thoughts here?</description>
		<content:encoded><![CDATA[<p>This is excellent!  Im wondering what adjustments I might need to make here to send a file instead of a screenshot.  Im using AIR and I have the filestream.  Is it best to somehow convert this to a byte[] on the client side and use the same server code, or send the filestream across (as a string?) and modify the server code to suit.</p>
<p>Any thoughts here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xun</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-781</link>
		<dc:creator>Xun</dc:creator>
		<pubDate>Mon, 27 Oct 2008 22:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-781</guid>
		<description>very nice blog</description>
		<content:encoded><![CDATA[<p>very nice blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Hopkins</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-588</link>
		<dc:creator>Andrew Hopkins</dc:creator>
		<pubDate>Tue, 15 Jul 2008 10:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-588</guid>
		<description>Any chance of showing the full C# code, or another example in VB.net?

Thanks

A</description>
		<content:encoded><![CDATA[<p>Any chance of showing the full C# code, or another example in VB.net?</p>
<p>Thanks</p>
<p>A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-29 &#171; Tathata - d&#8217; Observer</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-145</link>
		<dc:creator>links for 2008-04-29 &#171; Tathata - d&#8217; Observer</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-145</guid>
		<description>[...] Take a screenshot in Flex and send it to ASP.NET (tags: flex screenshot customer service) [...]</description>
		<content:encoded><![CDATA[<p>[...] Take a screenshot in Flex and send it to ASP.NET (tags: flex screenshot customer service) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily del.icio.us for April 26th through April 27th &#8212; Vinny Carpenter&#8217;s blog</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-116</link>
		<dc:creator>Daily del.icio.us for April 26th through April 27th &#8212; Vinny Carpenter&#8217;s blog</dc:creator>
		<pubDate>Mon, 28 Apr 2008 00:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-116</guid>
		<description>[...] Take a screenshot in Flex and send it to ASP.NET &#124; YTechie.com - In Adobe Flex 3, you can get a bitmap image of any control by using this code (you&#8217;ll need to import &quot;mx.graphics.ImageSnapshot&quot;): [...]</description>
		<content:encoded><![CDATA[<p>[...] Take a screenshot in Flex and send it to ASP.NET | YTechie.com &#8211; In Adobe Flex 3, you can get a bitmap image of any control by using this code (you&rsquo;ll need to import &quot;mx.graphics.ImageSnapshot&quot;): [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roohullah</title>
		<link>http://www.ytechie.com/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html/comment-page-1#comment-92</link>
		<dc:creator>Roohullah</dc:creator>
		<pubDate>Sat, 26 Apr 2008 07:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://207.36.235.13/2008/04/take-a-screenshot-in-flex-and-send-it-to-aspnet.html#comment-92</guid>
		<description>this is very cool sample of flex ability in bitmap tools.
thank you

oh, i agree SuperJason, because in this case we should use this class (simple and lighter)
in the adobe live docs, advise to all user if we want use the actionscript only, the URLLoader is better.</description>
		<content:encoded><![CDATA[<p>this is very cool sample of flex ability in bitmap tools.<br />
thank you</p>
<p>oh, i agree SuperJason, because in this case we should use this class (simple and lighter)<br />
in the adobe live docs, advise to all user if we want use the actionscript only, the URLLoader is better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
