<?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: Flash Remoting for Rails Tutorial</title>
	<atom:link href="http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/</link>
	<description>Flex, Ruby, etc. etc.</description>
	<lastBuildDate>Sat, 06 Feb 2010 21:14:13 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: elwood37</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-69</link>
		<dc:creator>elwood37</dc:creator>
		<pubDate>Fri, 27 Mar 2009 05:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-69</guid>
		<description>In the event that my connection goes down in the middle of the call and I get the message:

Error opening URL &#039;http://www.website.com/../../weborb&#039;

where does that fault originate from (i.e. pc:pendingCall or svc) and how can I capture it?
I have tried
      pc.onFault = function(fault)
and
     svc.onFault = function(fault)
but neither seem to work and I am running out of places to look.
Thanks.</description>
		<content:encoded><![CDATA[<p>In the event that my connection goes down in the middle of the call and I get the message:</p>
<p>Error opening URL &#8216;http://www.website.com/../../weborb&#8217;</p>
<p>where does that fault originate from (i.e. pc:pendingCall or svc) and how can I capture it?<br />
I have tried<br />
      pc.onFault = function(fault)<br />
and<br />
     svc.onFault = function(fault)<br />
but neither seem to work and I am running out of places to look.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Tutorials</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-67</link>
		<dc:creator>Flash Tutorials</dc:creator>
		<pubDate>Tue, 18 Nov 2008 06:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-67</guid>
		<description>superb, you have a good collection of tutorials that people ask for often.</description>
		<content:encoded><![CDATA[<p>superb, you have a good collection of tutorials that people ask for often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash The Ripper &#187; Archives &#187; Flex Remoting implementations for different platforms</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-68</link>
		<dc:creator>Flash The Ripper &#187; Archives &#187; Flex Remoting implementations for different platforms</dc:creator>
		<pubDate>Thu, 07 Aug 2008 19:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-68</guid>
		<description>[...] Tutorials: Flexible Rails excerpt: Refactoring to RubyAMF, &#160; Flash Remoting for Rails Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutorials: Flexible Rails excerpt: Refactoring to RubyAMF, &nbsp; Flash Remoting for Rails Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harbans</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-66</link>
		<dc:creator>harbans</dc:creator>
		<pubDate>Thu, 08 May 2008 10:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-66</guid>
		<description>Hello ,

My previous seminar went well. Now I have an another query, if you help me in this also.
As there is a concept of remoting in .net,
is this possible to deploy the components in ROR and to make these components communicate with each other as done in remoting concept?
Is this possible in ROR?
Please guide me.

Thanks
Harbans</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>My previous seminar went well. Now I have an another query, if you help me in this also.<br />
As there is a concept of remoting in .net,<br />
is this possible to deploy the components in ROR and to make these components communicate with each other as done in remoting concept?<br />
Is this possible in ROR?<br />
Please guide me.</p>
<p>Thanks<br />
Harbans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbie</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-63</link>
		<dc:creator>newbie</dc:creator>
		<pubDate>Sat, 01 Mar 2008 22:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-63</guid>
		<description>Hi I can&#039;t get this to work. To debug the code, I implemented public function handleRemotingError(fault:FaultEvent) in RemotingMp3 and apparently, the function gets called after this line pc.responder = new RelayResponder(this, &quot;onGetTracks&quot;, &quot;handleRemotingError&quot;); is executed in getTrack().

I really don&#039;t know how to get this to work :(
Please help me out.</description>
		<content:encoded><![CDATA[<p>Hi I can&#8217;t get this to work. To debug the code, I implemented public function handleRemotingError(fault:FaultEvent) in RemotingMp3 and apparently, the function gets called after this line pc.responder = new RelayResponder(this, &#8220;onGetTracks&#8221;, &#8220;handleRemotingError&#8221;); is executed in getTrack().</p>
<p>I really don&#8217;t know how to get this to work <img src='http://blog.alastairdawson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Please help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coder</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-62</link>
		<dc:creator>coder</dc:creator>
		<pubDate>Fri, 29 Feb 2008 10:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-62</guid>
		<description>hi...
  I&#039;ve been working on the tutorial for a while and I still can&#039;t get it to work.
  I already have flash remoting components installed. I downloaded the sourcecode for this tutorial. When I opened mp3player.swf with flash player, it doesn&#039;t work. I click &#039;fwd&#039; or &#039;rev&#039; buttons on the player and it says &#039;undefined&#039; :(.
  Another thing... when I go to http://localhost:3000/weborb from browser, it says &quot;500 internal server error&quot;.
  Any help please :(

Thanks....</description>
		<content:encoded><![CDATA[<p>hi&#8230;<br />
  I&#8217;ve been working on the tutorial for a while and I still can&#8217;t get it to work.<br />
  I already have flash remoting components installed. I downloaded the sourcecode for this tutorial. When I opened mp3player.swf with flash player, it doesn&#8217;t work. I click &#8216;fwd&#8217; or &#8216;rev&#8217; buttons on the player and it says &#8216;undefined&#8217; <img src='http://blog.alastairdawson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .<br />
  Another thing&#8230; when I go to <a href="http://localhost:3000/weborb" rel="nofollow">http://localhost:3000/weborb</a> from browser, it says &#8220;500 internal server error&#8221;.<br />
  Any help please <img src='http://blog.alastairdawson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avery Lin</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-64</link>
		<dc:creator>Avery Lin</dc:creator>
		<pubDate>Sat, 09 Feb 2008 05:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-64</guid>
		<description>This is a great tutorial, thanks!</description>
		<content:encoded><![CDATA[<p>This is a great tutorial, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaxUp Blog&#8217;s &#124; &#187; Links sobre Flex + Ruby On Rails</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-65</link>
		<dc:creator>MaxUp Blog&#8217;s &#124; &#187; Links sobre Flex + Ruby On Rails</dc:creator>
		<pubDate>Fri, 28 Dec 2007 15:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-65</guid>
		<description>[...] http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/" rel="nofollow">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-61</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 19 Sep 2007 04:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-61</guid>
		<description>Just for documentation sake. RubyAMF is a great alternative to weborb. rubyamf.org -Aaron</description>
		<content:encoded><![CDATA[<p>Just for documentation sake. RubyAMF is a great alternative to weborb. rubyamf.org -Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair</title>
		<link>http://blog.alastairdawson.com/2006/08/23/flash-remoting-for-rails-tutorial/comment-page-1/#comment-60</link>
		<dc:creator>Alastair</dc:creator>
		<pubDate>Thu, 06 Sep 2007 23:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/23/flash-remoting-for-rails-tutorial/#comment-60</guid>
		<description>This example uses ActionScript 2, see this link for AS3 http://osflash.org/projects/ssr the Rails part is the same</description>
		<content:encoded><![CDATA[<p>This example uses ActionScript 2, see this link for AS3 <a href="http://osflash.org/projects/ssr" rel="nofollow">http://osflash.org/projects/ssr</a> the Rails part is the same</p>
]]></content:encoded>
	</item>
</channel>
</rss>
