<?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: Captures images from the webcam and save them to the desktop</title>
	<atom:link href="http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:04:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: fag</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1415</link>
		<dc:creator>fag</dc:creator>
		<pubDate>Tue, 22 Jun 2010 21:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1415</guid>
		<description>sorry, here is my ASP code...

// start...
bytecount = Request.TotalBytes
binread = Request.BinaryRead(bytecount)
Response.BinaryWrite binread
//end.</description>
		<content:encoded><![CDATA[<p>sorry, here is my ASP code&#8230;</p>
<p>// start&#8230;<br />
bytecount = Request.TotalBytes<br />
binread = Request.BinaryRead(bytecount)<br />
Response.BinaryWrite binread<br />
//end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fag</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1414</link>
		<dc:creator>fag</dc:creator>
		<pubDate>Tue, 22 Jun 2010 21:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1414</guid>
		<description>hi, thank you very much for this tutorial.
I need to send the picture to an ASP page, and show it there. Can somebody help me with the ASP code? I&#039;d try with...



but it isn&#039;t work.
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>hi, thank you very much for this tutorial.<br />
I need to send the picture to an ASP page, and show it there. Can somebody help me with the ASP code? I&#8217;d try with&#8230;</p>
<p>but it isn&#8217;t work.<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharat</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1243</link>
		<dc:creator>Bharat</dc:creator>
		<pubDate>Mon, 24 May 2010 15:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1243</guid>
		<description>can we record video using webcam in flash</description>
		<content:encoded><![CDATA[<p>can we record video using webcam in flash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gemea</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1185</link>
		<dc:creator>gemea</dc:creator>
		<pubDate>Wed, 12 May 2010 18:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1185</guid>
		<description>Hello.

I&#039;ve tried your example and works very nice. I have a question then, how could you crop your image from the background? Is there a way to do this?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I&#8217;ve tried your example and works very nice. I have a question then, how could you crop your image from the background? Is there a way to do this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wallville</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1138</link>
		<dc:creator>Wallville</dc:creator>
		<pubDate>Thu, 29 Apr 2010 16:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1138</guid>
		<description>kawka and Nemo…

In CS4, on the export settings…checkout the Jpeg settings. Use the deblock jpeg.  Also increase your cam resolution by setting your initial vars as such....

var quality:int = 100;
var bandwidth:int = 0;
var cam:Camera = Camera.getCamera();
cam.setQuality(bandwidth,  quality);
cam.setMode(320,240,3,false);</description>
		<content:encoded><![CDATA[<p>kawka and Nemo…</p>
<p>In CS4, on the export settings…checkout the Jpeg settings. Use the deblock jpeg.  Also increase your cam resolution by setting your initial vars as such&#8230;.</p>
<p>var quality:int = 100;<br />
var bandwidth:int = 0;<br />
var cam:Camera = Camera.getCamera();<br />
cam.setQuality(bandwidth,  quality);<br />
cam.setMode(320,240,3,false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wallville</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1137</link>
		<dc:creator>Wallville</dc:creator>
		<pubDate>Thu, 29 Apr 2010 16:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1137</guid>
		<description>ikawka and Nemo...

In CS4, on the export settings...checkout the Jpeg settings.  Use the deblock jpeg.</description>
		<content:encoded><![CDATA[<p>ikawka and Nemo&#8230;</p>
<p>In CS4, on the export settings&#8230;checkout the Jpeg settings.  Use the deblock jpeg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benj</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1127</link>
		<dc:creator>Benj</dc:creator>
		<pubDate>Mon, 26 Apr 2010 11:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1127</guid>
		<description>Hi

How would I go about automating the capture and adding a delay?  I would like a movie clip to play a 3...2...1 countdown animation then take the capture automatically

I take it I&#039;d use setInterval but im pretty stuck with it, can you help?! 

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>How would I go about automating the capture and adding a delay?  I would like a movie clip to play a 3&#8230;2&#8230;1 countdown animation then take the capture automatically</p>
<p>I take it I&#8217;d use setInterval but im pretty stuck with it, can you help?! </p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-1034</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 03 Apr 2010 01:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-1034</guid>
		<description>Hello,

I&#039;m trying to employ this on my local computer. It works perfectly, but shows the save dialog box -- is there any way to bypass this so the user doesn&#039;t have to see it every time they capture a picture?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m trying to employ this on my local computer. It works perfectly, but shows the save dialog box &#8212; is there any way to bypass this so the user doesn&#8217;t have to see it every time they capture a picture?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soumya</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-964</link>
		<dc:creator>Soumya</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-964</guid>
		<description>HI,
really its good one. But please tell me how to add it to html page.
Please reply soon.</description>
		<content:encoded><![CDATA[<p>HI,<br />
really its good one. But please tell me how to add it to html page.<br />
Please reply soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://www.riacodes.com/flash/captures-images-from-the-webcam-and-save-them-to-the-desktop/comment-page-1/#comment-781</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 21 Jan 2010 09:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=655#comment-781</guid>
		<description>thank you sir...
can you please add the ability to crop the images before save?

i appreciate the help...
i needed for my church...
Godbless you</description>
		<content:encoded><![CDATA[<p>thank you sir&#8230;<br />
can you please add the ability to crop the images before save?</p>
<p>i appreciate the help&#8230;<br />
i needed for my church&#8230;<br />
Godbless you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
