<?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: Flex Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 200</title>
	<atom:link href="http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/</link>
	<description>... on Flex, ColdFusion, FarCry, and much more ...</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:36:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Jake Churchill</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-9544</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-9544</guid>
		<description>I was getting it every time when I had the issue.</description>
		<content:encoded><![CDATA[<p>I was getting it every time when I had the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Guy</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-9542</link>
		<dc:creator>Flex Guy</dc:creator>
		<pubDate>Fri, 30 Oct 2009 12:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-9542</guid>
		<description>Do you get this intermittently (the HTTP Failed:) or consistently everytime ?</description>
		<content:encoded><![CDATA[<p>Do you get this intermittently (the HTTP Failed:) or consistently everytime ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Churchill</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-8993</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Tue, 25 Aug 2009 12:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-8993</guid>
		<description>I&#039;ve never used the CF Report Builder, I&#039;m sorry.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never used the CF Report Builder, I&#8217;m sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malinda</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-8991</link>
		<dc:creator>Malinda</dc:creator>
		<pubDate>Tue, 25 Aug 2009 10:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-8991</guid>
		<description>I have a question about ColdFusion Report Builder. I use it and it&#039;s great, except that the label wizard doesn&#039;t seem to work. I go through the wizard and set up my address labels and when everything is done nothing shows up except the comma I place between the city field and state field. And then only one comma shows, so if the name and address did appear there would be only one and not my whole address list. 

Do you have any idea what is going on here and how I can fix it?</description>
		<content:encoded><![CDATA[<p>I have a question about ColdFusion Report Builder. I use it and it&#8217;s great, except that the label wizard doesn&#8217;t seem to work. I go through the wizard and set up my address labels and when everything is done nothing shows up except the comma I place between the city field and state field. And then only one comma shows, so if the name and address did appear there would be only one and not my whole address list. </p>
<p>Do you have any idea what is going on here and how I can fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malinda</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-8982</link>
		<dc:creator>Malinda</dc:creator>
		<pubDate>Tue, 25 Aug 2009 00:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-8982</guid>
		<description>I have a crossdomain.xml policy file. That doesn&#039;t seem to be the problem. I will keep looking. Thanks.</description>
		<content:encoded><![CDATA[<p>I have a crossdomain.xml policy file. That doesn&#8217;t seem to be the problem. I will keep looking. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Churchill</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-8977</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Mon, 24 Aug 2009 17:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-8977</guid>
		<description>Yeah, with an AIR application, my initial guess is that the request is being blocked by a crossdomain.xml policy file.  Sometimes you need to manually load a policy file.  Here&#039;s a post from a friend of mine on the subject:  http://www.axelscript.com/2008/02/15/security-sandbox-violation-in-flex/</description>
		<content:encoded><![CDATA[<p>Yeah, with an AIR application, my initial guess is that the request is being blocked by a crossdomain.xml policy file.  Sometimes you need to manually load a policy file.  Here&#8217;s a post from a friend of mine on the subject:  <a href="http://www.axelscript.com/2008/02/15/security-sandbox-violation-in-flex/">http://www.axelscript.com/2008/02/15/security-sandbox-violation-in-flex/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malinda</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-8976</link>
		<dc:creator>Malinda</dc:creator>
		<pubDate>Mon, 24 Aug 2009 16:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-8976</guid>
		<description>I was hoping the above would fix my problem, but it didn&#039;t. I am creating an AIR project and get connection errors. The same project done as a web application has no errors.

The exact error is:

faultcode:Client.Error.MessageSend
faultString:&#039;Send failed&#039;
faultDetail:&#039;Channel.Connect.Failed error 
NetConnection.Call.BadVersion: : url:
&#039;http://eather3.swf/flex2gateway/&quot;

As an added note - the name of the project is Heather3. 

I hope you can help me with this.
P.S. Love your website</description>
		<content:encoded><![CDATA[<p>I was hoping the above would fix my problem, but it didn&#8217;t. I am creating an AIR project and get connection errors. The same project done as a web application has no errors.</p>
<p>The exact error is:</p>
<p>faultcode:Client.Error.MessageSend<br />
faultString:&#8217;Send failed&#8217;<br />
faultDetail:&#8217;Channel.Connect.Failed error<br />
NetConnection.Call.BadVersion: : url:<br />
&#8216;http://eather3.swf/flex2gateway/&#8221;</p>
<p>As an added note &#8211; the name of the project is Heather3. </p>
<p>I hope you can help me with this.<br />
P.S. Love your website</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jellyBean</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-7887</link>
		<dc:creator>jellyBean</dc:creator>
		<pubDate>Sat, 06 Jun 2009 03:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-7887</guid>
		<description>Great solution - worked like a charm.

The title is right on - came up pretty good with Google. 

I&#039;d have spent all night on this one. Thanks.</description>
		<content:encoded><![CDATA[<p>Great solution &#8211; worked like a charm.</p>
<p>The title is right on &#8211; came up pretty good with Google. </p>
<p>I&#8217;d have spent all night on this one. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Churchill</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-7850</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-7850</guid>
		<description>Not that I am aware of but if you come up with a way, please share.</description>
		<content:encoded><![CDATA[<p>Not that I am aware of but if you come up with a way, please share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coulix</title>
		<link>http://www.reynacho.com/2009/02/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/comment-page-1/#comment-7831</link>
		<dc:creator>coulix</dc:creator>
		<pubDate>Tue, 02 Jun 2009 07:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://reynacho.com/?p=152#comment-7831</guid>
		<description>Anyway to apply this conf programmaticaly?</description>
		<content:encoded><![CDATA[<p>Anyway to apply this conf programmaticaly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

