<?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: Flex2, Cairngorm2, AMFPHP login example</title>
	<atom:link href="http://renaun.com/blog/2006/04/04/25/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/04/04/25/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Tue, 06 Jan 2009 22:08:35 +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/04/04/25/comment-page-1/#comment-563</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=25#comment-563</guid>
		<description>Ariel has pointed out to me that I had an issue with the original code that I posted.  It had to do with the TracePanel utility I use in my code.  The issue has been resolved and fixed, get the updated code.</description>
		<content:encoded><![CDATA[<p>Ariel has pointed out to me that I had an issue with the original code that I posted.  It had to do with the TracePanel utility I use in my code.  The issue has been resolved and fixed, get the updated code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariel</title>
		<link>http://renaun.com/blog/2006/04/04/25/comment-page-1/#comment-560</link>
		<dc:creator>ariel</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=25#comment-560</guid>
		<description>Hi Renaun. I haven't been able to find the solution to this problem. Can you lend me a hand on this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Renaun. I haven&#8217;t been able to find the solution to this problem. Can you lend me a hand on this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariel</title>
		<link>http://renaun.com/blog/2006/04/04/25/comment-page-1/#comment-434</link>
		<dc:creator>ariel</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=25#comment-434</guid>
		<description>Do you have any clues?</description>
		<content:encoded><![CDATA[<p>Do you have any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariel</title>
		<link>http://renaun.com/blog/2006/04/04/25/comment-page-1/#comment-422</link>
		<dc:creator>ariel</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=25#comment-422</guid>
		<description>The only relevant thing I find is this:

Flash Player dispatches NetStatusEvent objects when a NetConnection or NetStream object reports its status.


http://livedocs.macromedia.com/labs/1/flex/langref/flash/events/NetStatusEvent.html</description>
		<content:encoded><![CDATA[<p>The only relevant thing I find is this:</p>
<p>Flash Player dispatches NetStatusEvent objects when a NetConnection or NetStream object reports its status.</p>
<p><a href="http://livedocs.macromedia.com/labs/1/flex/langref/flash/events/NetStatusEvent.html" rel="nofollow">http://livedocs.macromedia.com/labs/1/flex/langref/flash/events/NetStatusEvent.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariel</title>
		<link>http://renaun.com/blog/2006/04/04/25/comment-page-1/#comment-421</link>
		<dc:creator>ariel</dc:creator>
		<pubDate>Wed, 30 Nov 2011 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=25#comment-421</guid>
		<description>It happens any time I reload the app on the browser. So it triggers on the load event. Also on clicking and on showing the result display....</description>
		<content:encoded><![CDATA[<p>It happens any time I reload the app on the browser. So it triggers on the load event. Also on clicking and on showing the result display&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/04/04/25/comment-page-1/#comment-419</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=25#comment-419</guid>
		<description>StatusEvent is fired only when a object like Camera, Microphone, SharedObject, LocalConnection is used.

&lt;a href="http://livedocs.macromedia.com/labs/1/flex20beta2/langref//flash/events/StatusEvent.html" rel="nofollow"&gt;LiveDoc on StatusEvent&lt;/a&gt;

Does it happen at a specific point, maybe the NetConnection is throwing a StatusEvent even though the docs doing mention it.  Hmmm... can you describe exactly where/when it happens?</description>
		<content:encoded><![CDATA[<p>StatusEvent is fired only when a object like Camera, Microphone, SharedObject, LocalConnection is used.</p>
<p><a href="http://livedocs.macromedia.com/labs/1/flex20beta2/langref//flash/events/StatusEvent.html" rel="nofollow">LiveDoc on StatusEvent</a></p>
<p>Does it happen at a specific point, maybe the NetConnection is throwing a StatusEvent even though the docs doing mention it.  Hmmm&#8230; can you describe exactly where/when it happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariel</title>
		<link>http://renaun.com/blog/2006/04/04/25/comment-page-1/#comment-417</link>
		<dc:creator>ariel</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=25#comment-417</guid>
		<description>I can login, so it works, but all the time I keep having the following ActionScript error:

Error #2044: Unhandled StatusEvent: level=error, code=

Can u tell me what does it means, please?

Thanks</description>
		<content:encoded><![CDATA[<p>I can login, so it works, but all the time I keep having the following ActionScript error:</p>
<p>Error #2044: Unhandled StatusEvent: level=error, code=</p>
<p>Can u tell me what does it means, please?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
