<?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 for LyraSpace</title>
	<atom:link href="http://blog.lyraspace.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lyraspace.com</link>
	<description>Rich-Media Deseloping &#038; Devigning</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:27:33 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Streaming Video in Actionscript 3 by Streaming Recorder</title>
		<link>http://blog.lyraspace.com/2009/03/19/streaming-video-in-actionscript-3/comment-page-1/#comment-695</link>
		<dc:creator>Streaming Recorder</dc:creator>
		<pubDate>Sat, 13 Mar 2010 12:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=79#comment-695</guid>
		<description>Thanks for the info and article.</description>
		<content:encoded><![CDATA[<p>Thanks for the info and article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slick Flex Tree control by SANKAR</title>
		<link>http://blog.lyraspace.com/2009/04/02/slick-flex-tree-control/comment-page-1/#comment-693</link>
		<dc:creator>SANKAR</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=92#comment-693</guid>
		<description>Thanks a lot.If any other to do this.please inform  me in short</description>
		<content:encoded><![CDATA[<p>Thanks a lot.If any other to do this.please inform  me in short</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing specific DisplayObjects from a container in Actionscript 3 by M. Bruno Correia</title>
		<link>http://blog.lyraspace.com/2010/02/11/removing-specific-displayobjects-from-a-container-in-actionscript-3/comment-page-1/#comment-690</link>
		<dc:creator>M. Bruno Correia</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=262#comment-690</guid>
		<description>There&#039;s no need to use DisplayObject::numChildren at all. The following not only works correctly, but is also more efficient.

&lt;code&gt;
// using your example here - I have no idea why &#039;container&#039; is being searched for if
// it&#039;s not removed anyway?

var i: int = numChildren;
while(--i &gt;= 0)
{
     if(container.getChildAt(i) == mySprite &#124;&#124; container_mc.getChildAt(i) == anotherSprite) 
          container_mc.removeChildAt(i);
}
&lt;/code&gt;

However there&#039;s much better ways to do this other than linear search but I guess that depends on the number of objects on the display list tree.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no need to use DisplayObject::numChildren at all. The following not only works correctly, but is also more efficient.</p>
<p><code><br />
// using your example here - I have no idea why 'container' is being searched for if<br />
// it's not removed anyway?</p>
<p>var i: int = numChildren;<br />
while(--i &gt;= 0)<br />
{<br />
     if(container.getChildAt(i) == mySprite || container_mc.getChildAt(i) == anotherSprite)<br />
          container_mc.removeChildAt(i);<br />
}<br />
</code></p>
<p>However there&#8217;s much better ways to do this other than linear search but I guess that depends on the number of objects on the display list tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ScreenToaster.com test recording &amp; embedding by Streaming Recorder</title>
		<link>http://blog.lyraspace.com/2009/04/14/screentoastercom-test-recording-embedding/comment-page-1/#comment-679</link>
		<dc:creator>Streaming Recorder</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=100#comment-679</guid>
		<description>good job...

Thanks for the post.</description>
		<content:encoded><![CDATA[<p>good job&#8230;</p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using your Moleskine for iPhone UI design by Phil</title>
		<link>http://blog.lyraspace.com/2010/02/12/using-your-moleskine-for-iphone-ui-design/comment-page-1/#comment-677</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=270#comment-677</guid>
		<description>heh, don&#039;t listen to that jerk.
I appreciate the photo, and think what you&#039;ve done is absolutely awesome. Very cool idea.</description>
		<content:encoded><![CDATA[<p>heh, don&#8217;t listen to that jerk.<br />
I appreciate the photo, and think what you&#8217;ve done is absolutely awesome. Very cool idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using your Moleskine for iPhone UI design by admin</title>
		<link>http://blog.lyraspace.com/2010/02/12/using-your-moleskine-for-iphone-ui-design/comment-page-1/#comment-595</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=270#comment-595</guid>
		<description>LOL ... wow ... I thought I looked ok in this photo!</description>
		<content:encoded><![CDATA[<p>LOL &#8230; wow &#8230; I thought I looked ok in this photo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using your Moleskine for iPhone UI design by ohmygodwtf</title>
		<link>http://blog.lyraspace.com/2010/02/12/using-your-moleskine-for-iphone-ui-design/comment-page-1/#comment-594</link>
		<dc:creator>ohmygodwtf</dc:creator>
		<pubDate>Tue, 16 Feb 2010 20:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=270#comment-594</guid>
		<description>Holy christ dude, never, EVER, take another photo of yourself again, this is a hideous photo! God your damn ugly! Just photo the stencils, not your hideous face! You ever get laid? I don&#039;t think so. Sheeet.</description>
		<content:encoded><![CDATA[<p>Holy christ dude, never, EVER, take another photo of yourself again, this is a hideous photo! God your damn ugly! Just photo the stencils, not your hideous face! You ever get laid? I don&#8217;t think so. Sheeet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing specific DisplayObjects from a container in Actionscript 3 by admin</title>
		<link>http://blog.lyraspace.com/2010/02/11/removing-specific-displayobjects-from-a-container-in-actionscript-3/comment-page-1/#comment-578</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Feb 2010 15:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=262#comment-578</guid>
		<description>Wouldn&#039;t there still be a situation where a child could be skipped as numChildren changes?</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t there still be a situation where a child could be skipped as numChildren changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing specific DisplayObjects from a container in Actionscript 3 by Peter deHaan</title>
		<link>http://blog.lyraspace.com/2010/02/11/removing-specific-displayobjects-from-a-container-in-actionscript-3/comment-page-1/#comment-576</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sat, 13 Feb 2010 01:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=262#comment-576</guid>
		<description>I haven&#039;t tried it, but wouldn&#039;t it be better to do a decrementing loop from numChildren to 0 instead? At least that way you may not have to try and adjust indices due to removed items.

Peter</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried it, but wouldn&#8217;t it be better to do a decrementing loop from numChildren to 0 instead? At least that way you may not have to try and adjust indices due to removed items.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mate Framework and Flex 4 sdk by davyzhang</title>
		<link>http://blog.lyraspace.com/2009/07/28/mate-framework-and-flex-4-sdk/comment-page-1/#comment-569</link>
		<dc:creator>davyzhang</dc:creator>
		<pubDate>Wed, 03 Feb 2010 07:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=154#comment-569</guid>
		<description>you really saved me!I just confusing why the event can not reach the handler, until I found your post here, I know I need to declare eventmap in  , wish the framework team can add some flex4 spark example on their site.</description>
		<content:encoded><![CDATA[<p>you really saved me!I just confusing why the event can not reach the handler, until I found your post here, I know I need to declare eventmap in  , wish the framework team can add some flex4 spark example on their site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
