<?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: FMS3 Sample Applications</title>
	<atom:link href="http://www.flashconnections.com/2008/02/13/fms3-sample-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/</link>
	<description>Flash video n&#039; related stuff</description>
	<lastBuildDate>Wed, 10 Mar 2010 12:25:55 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lisa larson~kelley</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-169</link>
		<dc:creator>lisa larson~kelley</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-169</guid>
		<description>I don&#039;t know of any offhand, but you may want to inquire on the Adobe support forums, the Adobe FMS Group (http://groups.adobe.com) or on the FlashMedia discussion list (http://www.flashcomguru.com).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know of any offhand, but you may want to inquire on the Adobe support forums, the Adobe FMS Group (<a href="http://groups.adobe.com" rel="nofollow">http://groups.adobe.com</a>) or on the FlashMedia discussion list (<a href="http://www.flashcomguru.com" rel="nofollow">http://www.flashcomguru.com</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Johnson</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-168</link>
		<dc:creator>J. Johnson</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-168</guid>
		<description>Speaking of samples - would you happen to know of any sample code that addresses FMS Intelligent Balancing? I&#039;m trying to write Server-Side ActionScript that connects a server cluster without using Edge/Origin, and that will allow a client on one FMS server to connect to a shared object on a different FMS server in the cluster.  I&#039;ve been attempting to create an array of NetConnections, but I&#039;m not getting the kinds of results I&#039;d been hoping for.</description>
		<content:encoded><![CDATA[<p>Speaking of samples &#8211; would you happen to know of any sample code that addresses FMS Intelligent Balancing? I&#8217;m trying to write Server-Side ActionScript that connects a server cluster without using Edge/Origin, and that will allow a client on one FMS server to connect to a shared object on a different FMS server in the cluster.  I&#8217;ve been attempting to create an array of NetConnections, but I&#8217;m not getting the kinds of results I&#8217;d been hoping for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lisa larson~kelley</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-160</link>
		<dc:creator>lisa larson~kelley</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-160</guid>
		<description>@Sam,

A linux server should not make a difference, unless the issue is a file-naming one (linux filenames are case sensitive).

Also, you need to have PHP running on your server to use that example. And be sure that you&#039;ve &quot;injected&quot; the required metadata into your FLV using the FLV Metadata Injector Tool (FLVMDI).</description>
		<content:encoded><![CDATA[<p>@Sam,</p>
<p>A linux server should not make a difference, unless the issue is a file-naming one (linux filenames are case sensitive).</p>
<p>Also, you need to have PHP running on your server to use that example. And be sure that you&#8217;ve &#8220;injected&#8221; the required metadata into your FLV using the FLV Metadata Injector Tool (FLVMDI).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lisa larson~kelley</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-157</link>
		<dc:creator>lisa larson~kelley</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-157</guid>
		<description>Hi Saumya,
This appears to be a new callback that needs to be handled, now that the Flash Player supports XMP metadata. You&#039;ll need to add a listener and handler to catch the error:
&lt;code&gt;
ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
&lt;/code&gt;
&lt;code&gt;function asyncErrorHandler(event:AsyncErrorEvent):void  {
    trace(event.text);
} &lt;/code&gt;

Hope this helps.
cheers // Lisa</description>
		<content:encoded><![CDATA[<p>Hi Saumya,<br />
This appears to be a new callback that needs to be handled, now that the Flash Player supports XMP metadata. You&#8217;ll need to add a listener and handler to catch the error:<br />
<code><br />
ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);<br />
</code><br />
<code>function asyncErrorHandler(event:AsyncErrorEvent):void  {<br />
    trace(event.text);<br />
} </code></p>
<p>Hope this helps.<br />
cheers // Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saumya</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-159</link>
		<dc:creator>saumya</dc:creator>
		<pubDate>Wed, 03 Dec 2008 19:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-159</guid>
		<description>Hi Lisa,
I am trying to play my video and this error keeps popping up: Error #2044: Unhandled asyncError:. text=Error #2095: flash.net.NetStream was unable to invoke callback onXMPData.

I deselected the include xmpdata checkbox still get this error. I cannot use as2 as it will throw loads of compile errors. Please help.

Saumya</description>
		<content:encoded><![CDATA[<p>Hi Lisa,<br />
I am trying to play my video and this error keeps popping up: Error #2044: Unhandled asyncError:. text=Error #2095: flash.net.NetStream was unable to invoke callback onXMPData.</p>
<p>I deselected the include xmpdata checkbox still get this error. I cannot use as2 as it will throw loads of compile errors. Please help.</p>
<p>Saumya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-162</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 03 Dec 2008 09:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-162</guid>
		<description>hi liza

seemed to be very busy
if you could send me any referece or links relevant to above problem i would highly appreciate you.


thanks a lot
:)</description>
		<content:encoded><![CDATA[<p>hi liza</p>
<p>seemed to be very busy<br />
if you could send me any referece or links relevant to above problem i would highly appreciate you.</p>
<p>thanks a lot <img src='http://www.flashconnections.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-158</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sat, 22 Nov 2008 08:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-158</guid>
		<description>hi

do i need to rewrite my question ?

:)</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>do i need to rewrite my question ?<br />
 <img src='http://www.flashconnections.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-161</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sun, 16 Nov 2008 16:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-161</guid>
		<description>hi lisa

confused here!  i was working with  SPS  for scrubbing video
its just not working.  i have loaded the example from www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two.

my hosting server is linux does it making the difference.

the link www.sybex.com/flashvideo/  in your book is not working.

plz help me out.

thanks</description>
		<content:encoded><![CDATA[<p>hi lisa</p>
<p>confused here!  i was working with  SPS  for scrubbing video<br />
its just not working.  i have loaded the example from <a href="http://www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two" rel="nofollow">http://www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two</a>.</p>
<p>my hosting server is linux does it making the difference.</p>
<p>the link <a href="http://www.sybex.com/flashvideo/" rel="nofollow">http://www.sybex.com/flashvideo/</a>  in your book is not working.</p>
<p>plz help me out.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-167</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sun, 09 Nov 2008 17:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-167</guid>
		<description>hi  Lisa

Soon i am going to start walking on video chats and multi-player games but i will keep holding your finger till i reach these destinations. thanks a lot.

:)</description>
		<content:encoded><![CDATA[<p>hi  Lisa</p>
<p>Soon i am going to start walking on video chats and multi-player games but i will keep holding your finger till i reach these destinations. thanks a lot.<br />
 <img src='http://www.flashconnections.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lisa larson~kelley</title>
		<link>http://www.flashconnections.com/2008/02/13/fms3-sample-applications/comment-page-1/#comment-166</link>
		<dc:creator>lisa larson~kelley</dc:creator>
		<pubDate>Sat, 08 Nov 2008 18:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashconnections.com/?p=44#comment-166</guid>
		<description>@sam: Once you have streaming video down, you can do most anything! :) I&#039;d look into real-time interactive apps (live video chats, multi-player games, etc) to utilize your video skills.
Have fun!
cheers
// Lisa</description>
		<content:encoded><![CDATA[<p>@sam: Once you have streaming video down, you can do most anything! <img src='http://www.flashconnections.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;d look into real-time interactive apps (live video chats, multi-player games, etc) to utilize your video skills.<br />
Have fun!<br />
cheers<br />
// Lisa</p>
]]></content:encoded>
	</item>
</channel>
</rss>
