<?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 &#38; Devigning</description>
	<lastBuildDate>Thu, 22 Dec 2011 09:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to automatically close open branches of a Flex Tree control by Ivo</title>
		<link>http://blog.lyraspace.com/2009/03/31/how-to-automatically-close-open-branches-of-a-flex-tree-control/comment-page-1/#comment-1060</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Thu, 22 Dec 2011 09:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=83#comment-1060</guid>
		<description>This code didn&#039;t work for me because i don&#039;t want to open/close items if i click them, i want them to open/close if i click the plus/minus. The code that did work for me:

	protected function tree_itemOpenHandler(event:TreeEvent):void
			{
			
				tree.openItems = [event.item,event.item.parent(),event.item.parent().parent(),event.item.parent().parent().parent()];
				
			}


This handles trees that go 3 levels deep, if you for example have a tree with 4 levels, you have to add another: event.item.parent().parent().parent().parent()

i hope this can help you guys</description>
		<content:encoded><![CDATA[<p>This code didn&#8217;t work for me because i don&#8217;t want to open/close items if i click them, i want them to open/close if i click the plus/minus. The code that did work for me:</p>
<p>	protected function tree_itemOpenHandler(event:TreeEvent):void<br />
			{</p>
<p>				tree.openItems = [event.item,event.item.parent(),event.item.parent().parent(),event.item.parent().parent().parent()];</p>
<p>			}</p>
<p>This handles trees that go 3 levels deep, if you for example have a tree with 4 levels, you have to add another: event.item.parent().parent().parent().parent()</p>
<p>i hope this can help you guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to automatically close open branches of a Flex Tree control by Arulmurugan</title>
		<link>http://blog.lyraspace.com/2009/03/31/how-to-automatically-close-open-branches-of-a-flex-tree-control/comment-page-1/#comment-1059</link>
		<dc:creator>Arulmurugan</dc:creator>
		<pubDate>Thu, 15 Dec 2011 06:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=83#comment-1059</guid>
		<description>Hi Lee,

Exactly what I am looking for thanks for sharing the code.

Regards,
Arulmurugan

flex-arulmurugant.blogspot.com
jquery-arulmurugant.blogspot.com</description>
		<content:encoded><![CDATA[<p>Hi Lee,</p>
<p>Exactly what I am looking for thanks for sharing the code.</p>
<p>Regards,<br />
Arulmurugan</p>
<p>flex-arulmurugant.blogspot.com<br />
jquery-arulmurugant.blogspot.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming Video in Actionscript 3 by JiKeidan</title>
		<link>http://blog.lyraspace.com/2009/03/19/streaming-video-in-actionscript-3/comment-page-1/#comment-1055</link>
		<dc:creator>JiKeidan</dc:creator>
		<pubDate>Fri, 14 Oct 2011 19:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=79#comment-1055</guid>
		<description>to NiGGa: your name says it all... and yes, it does work.  
http://lmgtfy.com/?q=actionscript+video+stream</description>
		<content:encoded><![CDATA[<p>to NiGGa: your name says it all&#8230; and yes, it does work.<br />
<a href="http://lmgtfy.com/?q=actionscript+video+stream" rel="nofollow">http://lmgtfy.com/?q=actionscript+video+stream</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4 fullscreen video layout by Rossie</title>
		<link>http://blog.lyraspace.com/2009/08/03/flex-4-fullscreen-video-layout/comment-page-1/#comment-1054</link>
		<dc:creator>Rossie</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=175#comment-1054</guid>
		<description>Thank you! 
Helped me a lot to make a fullscreen capable video player.
It was a bit different for me though, I use Video class, because I&#039;m doing an online video streaming app.

Gergely Rossel</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
Helped me a lot to make a fullscreen capable video player.<br />
It was a bit different for me though, I use Video class, because I&#8217;m doing an online video streaming app.</p>
<p>Gergely Rossel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another custom Flex preloader but with RSL support by Nabil</title>
		<link>http://blog.lyraspace.com/2010/04/15/another-custom-flex-preloader-but-with-rsl-support/comment-page-1/#comment-1053</link>
		<dc:creator>Nabil</dc:creator>
		<pubDate>Fri, 05 Aug 2011 14:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lyraspace.com/?p=329#comment-1053</guid>
		<description>Can, I used this preloader for a 3D.DAE model using with augmented reality?</description>
		<content:encoded><![CDATA[<p>Can, I used this preloader for a 3D.DAE model using with augmented reality?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

