<?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: Rails/Flash, part 2</title>
	<atom:link href="http://railsontherun.com/2007/05/07/flash-rails-part2/feed/" rel="self" type="application/rss+xml" />
	<link>http://railsontherun.com/2007/05/07/flash-rails-part2/</link>
	<description>Rails experiments by Matt Aimonetti</description>
	<lastBuildDate>Tue, 23 Feb 2010 22:05:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: kadoudal</title>
		<link>http://railsontherun.com/2007/05/07/flash-rails-part2/comment-page-1/#comment-1375</link>
		<dc:creator>kadoudal</dc:creator>
		<pubDate>Mon, 07 May 2007 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/05/07/flash-rails-part2#comment-1375</guid>
		<description>Thanks a lot Matt !
It&#039;s up and  running now... my Flash movie is getting xml data directly into my rails app...


note: I did not know anything about ActionScript before, but it&#039;s not so complicated after all....</description>
		<content:encoded><![CDATA[<p>Thanks a lot Matt !<br />
It&#8217;s up and  running now&#8230; my Flash movie is getting xml data directly into my rails app&#8230;</p>
<p>note: I did not know anything about ActionScript before, but it&#8217;s not so complicated after all&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://railsontherun.com/2007/05/07/flash-rails-part2/comment-page-1/#comment-1376</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 07 May 2007 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/05/07/flash-rails-part2#comment-1376</guid>
		<description>I&#039;m glad you got it to work.

Bonne chance pour la suite de tes projets.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you got it to work.</p>
<p>Bonne chance pour la suite de tes projets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kadoudal</title>
		<link>http://railsontherun.com/2007/05/07/flash-rails-part2/comment-page-1/#comment-1377</link>
		<dc:creator>kadoudal</dc:creator>
		<pubDate>Mon, 07 May 2007 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/05/07/flash-rails-part2#comment-1377</guid>
		<description>I transmit your URL to someone who ask a question on Flash/Rails in the Rails forum... trying to bring more people into a constructive discussion...

to end this chapter.. I believe that is possible to write a kind of send request to Rails.... something like...


example :
		// add special click action
		if(displayProperties[i].contentType==&quot;email&quot;){
			mc.onPress=function (){
...
        railsRequest.contentType=&#039;application/text&#039;;
        railsRequest.send(this.gateway+controller);
        delete railsRequest;
.....
			};
		}

isn&#039;t it ?</description>
		<content:encoded><![CDATA[<p>I transmit your URL to someone who ask a question on Flash/Rails in the Rails forum&#8230; trying to bring more people into a constructive discussion&#8230;</p>
<p>to end this chapter.. I believe that is possible to write a kind of send request to Rails&#8230;. something like&#8230;</p>
<p>example :<br />
		// add special click action<br />
		if(displayProperties[i].contentType==&quot;email&quot;){<br />
			mc.onPress=function (){<br />
&#8230;<br />
        railsRequest.contentType=&#8217;application/text&#8217;;<br />
        railsRequest.send(this.gateway+controller);<br />
        delete railsRequest;<br />
&#8230;..<br />
			};<br />
		}</p>
<p>isn&#8217;t it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sommer</title>
		<link>http://railsontherun.com/2007/05/07/flash-rails-part2/comment-page-1/#comment-1378</link>
		<dc:creator>sommer</dc:creator>
		<pubDate>Mon, 07 May 2007 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/05/07/flash-rails-part2#comment-1378</guid>
		<description>Hi Matt. Thanks for your great tutorial. I got a similar project up and running locally with your help. Now deploying it to a server gives me a headache... I get into a lot of flash security problems. Even though the swf file is in the public folder of the rails app it still tries to call for a crossdomain.xml file (which I cannot get to work either). Do you have any idea how to make the flash file and rails behave as they are on the same server? I suspect it might be some server side trouble with setup of domain names etc. which is not my field.</description>
		<content:encoded><![CDATA[<p>Hi Matt. Thanks for your great tutorial. I got a similar project up and running locally with your help. Now deploying it to a server gives me a headache&#8230; I get into a lot of flash security problems. Even though the swf file is in the public folder of the rails app it still tries to call for a crossdomain.xml file (which I cannot get to work either). Do you have any idea how to make the flash file and rails behave as they are on the same server? I suspect it might be some server side trouble with setup of domain names etc. which is not my field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sommer</title>
		<link>http://railsontherun.com/2007/05/07/flash-rails-part2/comment-page-1/#comment-1379</link>
		<dc:creator>sommer</dc:creator>
		<pubDate>Mon, 07 May 2007 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/2007/05/07/flash-rails-part2#comment-1379</guid>
		<description>Hi again. I got it working now, so thanks again and disregard my previous comment! In case someone else reading this has similar problems, my problem turned out to be that rails returned html instead of xml for some reason... removing the html response from the controller fixed it. No idea yet why this happens though.</description>
		<content:encoded><![CDATA[<p>Hi again. I got it working now, so thanks again and disregard my previous comment! In case someone else reading this has similar problems, my problem turned out to be that rails returned html instead of xml for some reason&#8230; removing the html response from the controller fixed it. No idea yet why this happens though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

