<?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: How to show a microphone activity indicator in Actionscript 3</title>
	<atom:link href="http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 07:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: vinay</title>
		<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/comment-page-1#comment-2724</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Fri, 26 Aug 2011 07:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=366#comment-2724</guid>
		<description>Thanks man! I got what i want. :)</description>
		<content:encoded><![CDATA[<p>Thanks man! I got what i want. <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/comment-page-1#comment-1494</link>
		<dc:creator>M</dc:creator>
		<pubDate>Tue, 14 Dec 2010 03:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=366#comment-1494</guid>
		<description>Thank you very much.  This is exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you very much.  This is exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shippy</title>
		<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/comment-page-1#comment-1357</link>
		<dc:creator>Shippy</dc:creator>
		<pubDate>Mon, 13 Sep 2010 17:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=366#comment-1357</guid>
		<description>You can&#039;t do that:
var min:Microphone = new Microphone();

Instead use this:
var min:Microphone = Microphone.getMicrophone();

(See the Actionscript 3 reference)</description>
		<content:encoded><![CDATA[<p>You can&#8217;t do that:<br />
var min:Microphone = new Microphone();</p>
<p>Instead use this:<br />
var min:Microphone = Microphone.getMicrophone();</p>
<p>(See the Actionscript 3 reference)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g</title>
		<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/comment-page-1#comment-1251</link>
		<dc:creator>g</dc:creator>
		<pubDate>Thu, 12 Aug 2010 22:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=366#comment-1251</guid>
		<description>Also, you need to add 

micTimer.start();

and

addChild(micActivityIndicator);</description>
		<content:encoded><![CDATA[<p>Also, you need to add </p>
<p>micTimer.start();</p>
<p>and</p>
<p>addChild(micActivityIndicator);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilike2flash</title>
		<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/comment-page-1#comment-101</link>
		<dc:creator>ilike2flash</dc:creator>
		<pubDate>Sun, 15 Nov 2009 14:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=366#comment-101</guid>
		<description>Thanks, this is an interesting script.</description>
		<content:encoded><![CDATA[<p>Thanks, this is an interesting script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/comment-page-1#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 May 2009 02:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=366#comment-100</guid>
		<description>Hey, thanks, but this code was meant to be exactly a starting point and I kind of assumed that whoever is looking for this, knows that the mic needs to be defined...

I fixed up the code to prevent any future confusion.

Thanks again :)</description>
		<content:encoded><![CDATA[<p>Hey, thanks, but this code was meant to be exactly a starting point and I kind of assumed that whoever is looking for this, knows that the mic needs to be defined&#8230;</p>
<p>I fixed up the code to prevent any future confusion.</p>
<p>Thanks again <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luke</title>
		<link>http://codingrecipes.com/how-to-show-a-microphone-activity-indicator-in-actionscript-3/comment-page-1#comment-99</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Wed, 27 May 2009 01:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=366#comment-99</guid>
		<description>you haven&#039;t defined the microphone in this code.

var mic:Microphone=new Microphone();

you also have a duplicate variable definition by defining h and y twice.

helpful code as starting point but might want to check for errors before sharing... :-)</description>
		<content:encoded><![CDATA[<p>you haven&#8217;t defined the microphone in this code.</p>
<p>var mic:Microphone=new Microphone();</p>
<p>you also have a duplicate variable definition by defining h and y twice.</p>
<p>helpful code as starting point but might want to check for errors before sharing&#8230; <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

