<?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: Flex 2 and Red 5 Chat Example</title>
	<atom:link href="http://renaun.com/blog/2006/10/13/111/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/10/13/111/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Tue, 06 Jan 2009 19:08:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-485270</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-485270</guid>
		<description>The Logger class is the RIALogger component that you can find on my site.  The Logger class has changed but you can just comment out the statements in this code and try to compile it.</description>
		<content:encoded><![CDATA[<p>The Logger class is the RIALogger component that you can find on my site.  The Logger class has changed but you can just comment out the statements in this code and try to compile it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-485261</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-485261</guid>
		<description>Nice work, but in my Flex builder compiler show 1120: Access of undefined  property  Loger, please help me</description>
		<content:encoded><![CDATA[<p>Nice work, but in my Flex builder compiler show 1120: Access of undefined  property  Loger, please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red5FlashServer</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-387311</link>
		<dc:creator>Red5FlashServer</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-387311</guid>
		<description>Thanks for sharing nice example.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing nice example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chat Checker</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-366508</link>
		<dc:creator>Chat Checker</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-366508</guid>
		<description>TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at BasicChat/sendMessage()
	at BasicChat/__btnMessage_click()</description>
		<content:encoded><![CDATA[<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at BasicChat/sendMessage()<br />
	at BasicChat/__btnMessage_click()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-355255</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-355255</guid>
		<description>did you try using this code in the TextArea (ie: TextArea with id=txtChatBox)?

updateComplete="txtChatBox.verticalScrollPosition = txtChatBox.maxVerticalScrollPosition + 1;"</description>
		<content:encoded><![CDATA[<p>did you try using this code in the TextArea (ie: TextArea with id=txtChatBox)?</p>
<p>updateComplete=&#8221;txtChatBox.verticalScrollPosition = txtChatBox.maxVerticalScrollPosition + 1;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-355236</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-355236</guid>
		<description>Any help on this will be greatly appricated, I build a chat using Flex and Red5, the text chat does not scroll to show the most recent chat, do you have any idea of a fix in Flex.
I am not sure if the solution on this forum work?
help need, thank you..</description>
		<content:encoded><![CDATA[<p>Any help on this will be greatly appricated, I build a chat using Flex and Red5, the text chat does not scroll to show the most recent chat, do you have any idea of a fix in Flex.<br />
I am not sure if the solution on this forum work?<br />
help need, thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil Gupta</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-345340</link>
		<dc:creator>Sunil Gupta</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-345340</guid>
		<description>Nice example of chat with Red5.</description>
		<content:encoded><![CDATA[<p>Nice example of chat with Red5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-232423</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-232423</guid>
		<description>solved. should've taken the scope each time, before setting the attributes.</description>
		<content:encoded><![CDATA[<p>solved. should&#8217;ve taken the scope each time, before setting the attributes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-232350</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-232350</guid>
		<description>I use this chat for a small app and it's great. 
I have a problem : when I update the shared object on the serverside, the clients connected do not receive notifications in the SyncEvent.SYNC handler.

so.beginUpdate();
so.setAttribute("testAttribute", "testValue);
so.removeAttribute("Three");
so.endUpdate();
so.notifyAll();

PS: if I edit the shared object's data content on the client side, I receive notifications on all users.

so.data.testClient = "testValue"; so.setDirty("testClient");</description>
		<content:encoded><![CDATA[<p>I use this chat for a small app and it&#8217;s great.<br />
I have a problem : when I update the shared object on the serverside, the clients connected do not receive notifications in the SyncEvent.SYNC handler.</p>
<p>so.beginUpdate();<br />
so.setAttribute(&#8221;testAttribute&#8221;, &#8220;testValue);<br />
so.removeAttribute(&#8221;Three&#8221;);<br />
so.endUpdate();<br />
so.notifyAll();</p>
<p>PS: if I edit the shared object&#8217;s data content on the client side, I receive notifications on all users.</p>
<p>so.data.testClient = &#8220;testValue&#8221;; so.setDirty(&#8221;testClient&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://renaun.com/blog/2006/10/13/111/comment-page-1/#comment-225867</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/10/13/111/#comment-225867</guid>
		<description>here is showing error while running the live demo :
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at BasicChat/sendMessage()
	at BasicChat/__btnMessage_click()</description>
		<content:encoded><![CDATA[<p>here is showing error while running the live demo :<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at BasicChat/sendMessage()<br />
	at BasicChat/__btnMessage_click()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
