<?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: Using Flex to call CFC functions and Railo Part2</title>
	<atom:link href="http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/feed/" rel="self" type="application/rss+xml" />
	<link>http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/</link>
	<description>Flash Platform Developer</description>
	<lastBuildDate>Wed, 14 Apr 2010 01:29:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matthew Wallace</title>
		<link>http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/comment-page-1/#comment-136</link>
		<dc:creator>Matthew Wallace</dc:creator>
		<pubDate>Sun, 26 Apr 2009 22:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://flashalisious.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/#comment-136</guid>
		<description>@sine
thanks so much for your suggestion of including the zip. Really to be honest, I have gotten more into Java on the server side coding so I really don&#039;t mess with Rilo much any more.

As for your question I don&#039;t really have a step by step process but I do know that you could not just upload and run it. There is an installation process and if you have shared hosting account I don&#039;t think you will be able to install unless the company is willing to do that for you. The best option would be to look at the requirements for installing Rilo and get a VPS hosting account and install it yourself.

Hope that pushes you in the right direction. Thanks for the question.</description>
		<content:encoded><![CDATA[<p>@sine<br />
thanks so much for your suggestion of including the zip. Really to be honest, I have gotten more into Java on the server side coding so I really don&#8217;t mess with Rilo much any more.</p>
<p>As for your question I don&#8217;t really have a step by step process but I do know that you could not just upload and run it. There is an installation process and if you have shared hosting account I don&#8217;t think you will be able to install unless the company is willing to do that for you. The best option would be to look at the requirements for installing Rilo and get a VPS hosting account and install it yourself.</p>
<p>Hope that pushes you in the right direction. Thanks for the question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sine</title>
		<link>http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/comment-page-1/#comment-135</link>
		<dc:creator>sine</dc:creator>
		<pubDate>Sun, 26 Apr 2009 19:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://flashalisious.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/#comment-135</guid>
		<description>Hey Matthew,
Thanks for this tutorial. Very helpful in getting started with Railo. 

A couple of comments and questions:

It would be great to have the artgallery mysql file included in the .zip - or to know how to extract it from the coldfusion &#039;getting started&#039; kit...

The Coldfusion/Railo Part 1 - that you recommend viewing before going on with Part 2, isn&#039;t there. When I clicked on the link it took me to a Red5 tutorial...

For me ( on OS 10.4.11) toggle full screen doesn&#039;t work. I had to copy the bliptv embedlink into the browser to get full screen.

Anyway - my question: hope it doesn&#039;t seem too stupid. Can I simply upload the Railo server with my files to my web host , and then run my site/CMS through it? Or does the host need to have some particular permissions/ spec.s ?

I hope the answer is yes. I&#039;d love to use coldfusion - but my present host doesn&#039;t support it.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hey Matthew,<br />
Thanks for this tutorial. Very helpful in getting started with Railo. </p>
<p>A couple of comments and questions:</p>
<p>It would be great to have the artgallery mysql file included in the .zip &#8211; or to know how to extract it from the coldfusion &#8216;getting started&#8217; kit&#8230;</p>
<p>The Coldfusion/Railo Part 1 &#8211; that you recommend viewing before going on with Part 2, isn&#8217;t there. When I clicked on the link it took me to a Red5 tutorial&#8230;</p>
<p>For me ( on OS 10.4.11) toggle full screen doesn&#8217;t work. I had to copy the bliptv embedlink into the browser to get full screen.</p>
<p>Anyway &#8211; my question: hope it doesn&#8217;t seem too stupid. Can I simply upload the Railo server with my files to my web host , and then run my site/CMS through it? Or does the host need to have some particular permissions/ spec.s ?</p>
<p>I hope the answer is yes. I&#8217;d love to use coldfusion &#8211; but my present host doesn&#8217;t support it.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/comment-page-1/#comment-71</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Thu, 06 Nov 2008 22:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://flashalisious.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/#comment-71</guid>
		<description>Yeah it is pretty easy you would do something like this....

nc.call(&quot;remoteFunctionName&quot;, responder, &quot;params you want to pass&quot;);</description>
		<content:encoded><![CDATA[<p>Yeah it is pretty easy you would do something like this&#8230;.</p>
<p>nc.call(&#8220;remoteFunctionName&#8221;, responder, &#8220;params you want to pass&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: talarojm</title>
		<link>http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/comment-page-1/#comment-70</link>
		<dc:creator>talarojm</dc:creator>
		<pubDate>Thu, 06 Nov 2008 22:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://flashalisious.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/#comment-70</guid>
		<description>So, I got the example to work! w00t!  Now I&#039;m trying to pass data from a text input in Flex to my Railo CFC.  I&#039;ve done this with Flex/CFMX8 using mx:RemoteObject.  Can this also be done using NetConnection?</description>
		<content:encoded><![CDATA[<p>So, I got the example to work! w00t!  Now I&#8217;m trying to pass data from a text input in Flex to my Railo CFC.  I&#8217;ve done this with Flex/CFMX8 using mx:RemoteObject.  Can this also be done using NetConnection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/comment-page-1/#comment-69</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Wed, 05 Nov 2008 12:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://flashalisious.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/#comment-69</guid>
		<description>So glad this helped you out man. I am hoping the Railo with Blaze built in will be out soon. There will be better support for AMF. Namely the will be putting in AFM 3 because that what Blaze has.

You keep up the good work on becoming a Flex Ninja.</description>
		<content:encoded><![CDATA[<p>So glad this helped you out man. I am hoping the Railo with Blaze built in will be out soon. There will be better support for AMF. Namely the will be putting in AFM 3 because that what Blaze has.</p>
<p>You keep up the good work on becoming a Flex Ninja.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: talarojm</title>
		<link>http://mswallace.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/comment-page-1/#comment-68</link>
		<dc:creator>talarojm</dc:creator>
		<pubDate>Wed, 05 Nov 2008 02:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://flashalisious.com/2008/09/19/using-flex-to-call-cfc-functions-and-railo-part2/#comment-68</guid>
		<description>Excellent tutorial!!  I was trying to connect to CFCs on Railo 3 via Flex and was hitting roadblocks.  I didn&#039;t realize I didn&#039;t need BlazeDS!  This was the only example I found on the web!  Way to be up on the technology!  After your video I&#039;m right behind you! ;)</description>
		<content:encoded><![CDATA[<p>Excellent tutorial!!  I was trying to connect to CFCs on Railo 3 via Flex and was hitting roadblocks.  I didn&#8217;t realize I didn&#8217;t need BlazeDS!  This was the only example I found on the web!  Way to be up on the technology!  After your video I&#8217;m right behind you! <img src='http://mswallace.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
