<?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: Directed Routing Explained in Flash 10.1 P2P</title>
	<atom:link href="http://www.flashrealtime.com/directed-routing-explained-flash-p2p/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/</link>
	<description>Realtime Rich Internet Applications using Adobe technologies</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:30:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Usama</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-135435</link>
		<dc:creator>Usama</dc:creator>
		<pubDate>Fri, 21 Oct 2011 13:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-135435</guid>
		<description>event.info.fromLocal giving me false even data is on it correct destination .. any idea why????</description>
		<content:encoded><![CDATA[<p>event.info.fromLocal giving me false even data is on it correct destination .. any idea why????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usama</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-135432</link>
		<dc:creator>Usama</dc:creator>
		<pubDate>Fri, 21 Oct 2011 13:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-135432</guid>
		<description>event.info.fromLocal giving me false even data it on its correct destination .. any idea why</description>
		<content:encoded><![CDATA[<p>event.info.fromLocal giving me false even data it on its correct destination .. any idea why</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-101701</link>
		<dc:creator>Sami</dc:creator>
		<pubDate>Wed, 14 Sep 2011 06:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-101701</guid>
		<description>Hi,
How Can i get the neighborCount of Group i did&#039;t join. i am connection to FMS4 not stratus. i have the groups names....plz help</description>
		<content:encoded><![CDATA[<p>Hi,<br />
How Can i get the neighborCount of Group i did&#8217;t join. i am connection to FMS4 not stratus. i have the groups names&#8230;.plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pires</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-91626</link>
		<dc:creator>Pires</dc:creator>
		<pubDate>Wed, 17 Aug 2011 10:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-91626</guid>
		<description>Thanks your great job!
When I try out the Directed Routing, it works well, the massage came Directly. But no matter sendToNearest, sendToNeighbor, or sendToAllNeighbors,, The &quot;e.info.fromLocal&quot; I get is always &quot;false&quot;... even I AM the receiver, It&#039;s &quot;flase&quot;...
So what&#039;s the matter?</description>
		<content:encoded><![CDATA[<p>Thanks your great job!<br />
When I try out the Directed Routing, it works well, the massage came Directly. But no matter sendToNearest, sendToNeighbor, or sendToAllNeighbors,, The &#8220;e.info.fromLocal&#8221; I get is always &#8220;false&#8221;&#8230; even I AM the receiver, It&#8217;s &#8220;flase&#8221;&#8230;<br />
So what&#8217;s the matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgür</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-72617</link>
		<dc:creator>Özgür</dc:creator>
		<pubDate>Sun, 24 Apr 2011 15:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-72617</guid>
		<description>Hi again. I made a few tests with sendToNearest() and sendAllNeighbors() but unlike the post method, these two doesn&#039;t seem to trigger the case &quot;NetGroup.SendTo.Notify&quot; in NetStatusEvent. Would be a problem with the NetGroup status?

Note: I use the neighbors&#039; nearID in sendToNearest() method.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi again. I made a few tests with sendToNearest() and sendAllNeighbors() but unlike the post method, these two doesn&#8217;t seem to trigger the case &#8220;NetGroup.SendTo.Notify&#8221; in NetStatusEvent. Would be a problem with the NetGroup status?</p>
<p>Note: I use the neighbors&#8217; nearID in sendToNearest() method.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Özgür</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-72589</link>
		<dc:creator>Özgür</dc:creator>
		<pubDate>Sun, 24 Apr 2011 02:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-72589</guid>
		<description>Hi,
It&#039;s a great post you got here.
But how can I get the spesific peerID to use in sendToNearest()?

Is there any method to list all peers or their adresses that I can choose one and send direct message?

Thanks for the help...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It&#8217;s a great post you got here.<br />
But how can I get the spesific peerID to use in sendToNearest()?</p>
<p>Is there any method to list all peers or their adresses that I can choose one and send direct message?</p>
<p>Thanks for the help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-70879</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 07 Apr 2011 08:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-70879</guid>
		<description>@James - yes, you can read it, you actually have to manually forward it.</description>
		<content:encoded><![CDATA[<p>@James &#8211; yes, you can read it, you actually have to manually forward it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-70557</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 03 Apr 2011 14:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-70557</guid>
		<description>In forwarding message, is it possible to read the message even if it is not your message?</description>
		<content:encoded><![CDATA[<p>In forwarding message, is it possible to read the message even if it is not your message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-69079</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 17 Mar 2011 02:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-69079</guid>
		<description>None of this seems to work &#039;over the internet&#039; for me. I have tried 2 connections in addition to my home one and no go... :( These are 2 normal domestic routers and a 3g connection.</description>
		<content:encoded><![CDATA[<p>None of this seems to work &#8216;over the internet&#8217; for me. I have tried 2 connections in addition to my home one and no go&#8230; <img src='http://www.flashrealtime.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  These are 2 normal domestic routers and a 3g connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dima</title>
		<link>http://www.flashrealtime.com/directed-routing-explained-flash-p2p/comment-page-1/#comment-62378</link>
		<dc:creator>dima</dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=1463#comment-62378</guid>
		<description>delete please previous comment - i found a mistake.It was my fault.</description>
		<content:encoded><![CDATA[<p>delete please previous comment &#8211; i found a mistake.It was my fault.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

