<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: HelloWorld example with Flex and Symfony</title>
	<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/</link>
	<description>Timo Haberkern blogs about symfony</description>
	<pubDate>Wed, 10 Mar 2010 17:10:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: sergio</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-3441</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:58:09 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-3441</guid>
		<description>Friends.

all you have to do to make it work with sf 1.4 is to change the gateway module name "sfAmfPlugin" just create it with other name like "test". its private because is the same name than the plug in module..

regards
god.. 4 hours to do that.</description>
		<content:encoded><![CDATA[<p>Friends.</p>
<p>all you have to do to make it work with sf 1.4 is to change the gateway module name &#8220;sfAmfPlugin&#8221; just create it with other name like &#8220;test&#8221;. its private because is the same name than the plug in module..</p>
<p>regards<br />
god.. 4 hours to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ouled Sahel</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-3326</link>
		<dc:creator>Ouled Sahel</dc:creator>
		<pubDate>Tue, 16 Feb 2010 14:20:31 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-3326</guid>
		<description>I have this error:
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Security.Error error Error #2048 url: 'http://127.0.0.1/flextest/frontend_dev.php/amfgateway'"]
can anyone help me
Thanks</description>
		<content:encoded><![CDATA[<p>I have this error:<br />
[RPC Fault faultString=&#8221;Send failed&#8221; faultCode=&#8221;Client.Error.MessageSend&#8221; faultDetail=&#8221;Channel.Security.Error error Error #2048 url: &#8216;http://127.0.0.1/flextest/frontend_dev.php/amfgateway&#8217;&#8221;]<br />
can anyone help me<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: straffi</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2795</link>
		<dc:creator>straffi</dc:creator>
		<pubDate>Sat, 14 Nov 2009 10:00:26 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2795</guid>
		<description>If you use FlashDevelop for Flex development, you have to include the path to the servies_config.xml:

-services src\services_config.xml

Works like a charm..</description>
		<content:encoded><![CDATA[<p>If you use FlashDevelop for Flex development, you have to include the path to the servies_config.xml:</p>
<p>-services src\services_config.xml</p>
<p>Works like a charm..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lem</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2673</link>
		<dc:creator>Lem</dc:creator>
		<pubDate>Fri, 23 Oct 2009 10:14:14 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2673</guid>
		<description>For those getting errors, you need to know that there are some security in FLEX which are not allowing you to make service links outside of your domain name.

So if your flex appl is accessible from http://myflexappclient/abc.html , and your symfony project from http://mysymf/ you'll have an error.

Way to get it work is either copy your swf file in your symfony project and run it from there.
Or, use a crossdomain.xml (google it)</description>
		<content:encoded><![CDATA[<p>For those getting errors, you need to know that there are some security in FLEX which are not allowing you to make service links outside of your domain name.</p>
<p>So if your flex appl is accessible from <a href="http://myflexappclient/abc.html" rel="nofollow">http://myflexappclient/abc.html</a> , and your symfony project from <a href="http://mysymf/" rel="nofollow">http://mysymf/</a> you&#8217;ll have an error.</p>
<p>Way to get it work is either copy your swf file in your symfony project and run it from there.<br />
Or, use a crossdomain.xml (google it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hendra1</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2527</link>
		<dc:creator>hendra1</dc:creator>
		<pubDate>Wed, 30 Sep 2009 07:28:03 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2527</guid>
		<description>everthing work fine if u using sfAMFPlugin 1.4.2
and make a little change :

1.) Copy the HelloWorldService.class.php file from lib/services/de/shiftup/flextest to lib/services.
2.) In the Flex mxml, change the line:
var remote:RemoteObject = new RemoteObject(”helloworld”);
To:
var remote:RemoteObject = new RemoteObject(”flextest”);
Because that’s the id of the destination in the services-config

(thanks to @eric who post this issue)

have a try..</description>
		<content:encoded><![CDATA[<p>everthing work fine if u using sfAMFPlugin 1.4.2<br />
and make a little change :</p>
<p>1.) Copy the HelloWorldService.class.php file from lib/services/de/shiftup/flextest to lib/services.<br />
2.) In the Flex mxml, change the line:<br />
var remote:RemoteObject = new RemoteObject(”helloworld”);<br />
To:<br />
var remote:RemoteObject = new RemoteObject(”flextest”);<br />
Because that’s the id of the destination in the services-config</p>
<p>(thanks to @eric who post this issue)</p>
<p>have a try..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2403</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 16 Sep 2009 06:02:46 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2403</guid>
		<description>I got the following error:

RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.BadVersion:

any idea ?

These are the following test I did

-opening the gateway using a browser and I received "no valid AMF request received" on the error.log.

-tried to put the wrong &#60;endpoint uri="http://flextest/frontend_dev.php/amfgatewaylollolol" address and instead of BadVersion error I received a HTTP 404 error, so I am assuming the gateway is responding to my request.

So I am assuming the error happened in the PHP side and flash choked while interpreting this error and throws a BadVersion error. Is that correct ?</description>
		<content:encoded><![CDATA[<p>I got the following error:</p>
<p>RPC Fault faultString=&#8221;Send failed&#8221; faultCode=&#8221;Client.Error.MessageSend&#8221; faultDetail=&#8221;Channel.Connect.Failed error NetConnection.Call.BadVersion:</p>
<p>any idea ?</p>
<p>These are the following test I did</p>
<p>-opening the gateway using a browser and I received &#8220;no valid AMF request received&#8221; on the error.log.</p>
<p>-tried to put the wrong &lt;endpoint uri=&#8221;http://flextest/frontend_dev.php/amfgatewaylollolol&#8221; address and instead of BadVersion error I received a HTTP 404 error, so I am assuming the gateway is responding to my request.</p>
<p>So I am assuming the error happened in the PHP side and flash choked while interpreting this error and throws a BadVersion error. Is that correct ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syca</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2259</link>
		<dc:creator>syca</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:24:29 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2259</guid>
		<description>Hi, I get the next error when trying to connect flex to symfony:

[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://flextest.bi/frontend_dev.php/amfgateway'"]

How can I solve it?, I need help urgent.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi, I get the next error when trying to connect flex to symfony:</p>
<p>[RPC Fault faultString=&#8221;Send failed&#8221; faultCode=&#8221;Client.Error.MessageSend&#8221; faultDetail=&#8221;Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: &#8216;http://flextest.bi/frontend_dev.php/amfgateway&#8217;&#8221;]</p>
<p>How can I solve it?, I need help urgent.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2233</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Wed, 29 Jul 2009 14:49:48 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2233</guid>
		<description>Hi,

I was getting the following error.
"Channel disconnected before an acknowledgement was received"

I increased the max execution time value and the error is gone.

I'm interested in knowing the root cause of the issue. I would like to know in which all conditions above issue may appear.
Thank you</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was getting the following error.<br />
&#8220;Channel disconnected before an acknowledgement was received&#8221;</p>
<p>I increased the max execution time value and the error is gone.</p>
<p>I&#8217;m interested in knowing the root cause of the issue. I would like to know in which all conditions above issue may appear.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miguel</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2059</link>
		<dc:creator>miguel</dc:creator>
		<pubDate>Sun, 24 May 2009 17:10:36 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2059</guid>
		<description>Hi, I get this Error:

[RPC Fault faultString="[MessagingError message='Destination 'getLibros' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']" faultCode="InvokeFailed" faultDetail="Couldn't establish a connection to 'getLibros'"]

I have crossdomain.xml configured, and i follow the tutorial for the rest.

What can be the problem?</description>
		<content:encoded><![CDATA[<p>Hi, I get this Error:</p>
<p>[RPC Fault faultString=&#8221;[MessagingError message=&#8217;Destination &#8216;getLibros&#8217; either does not exist or the destination has no channels defined (and the application does not define any default channels.)&#8217;]&#8221; faultCode=&#8221;InvokeFailed&#8221; faultDetail=&#8221;Couldn&#8217;t establish a connection to &#8216;getLibros&#8217;&#8221;]</p>
<p>I have crossdomain.xml configured, and i follow the tutorial for the rest.</p>
<p>What can be the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diamondustice</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2022</link>
		<dc:creator>diamondustice</dc:creator>
		<pubDate>Tue, 12 May 2009 08:53:11 +0000</pubDate>
		<guid>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-2022</guid>
		<description>Hi

When I run the project I also encountered the error: 

RFC Fault faultString=”send failed” faultCode=”client.error.MessageSend” faultDetail=”Channel.Security.Error error Error”.

I placed the crossdomain.xml configuration on the flextest/web/ and this solves the problem. 

crossdomain link:
http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&#38;file=00001621.html</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>When I run the project I also encountered the error: </p>
<p>RFC Fault faultString=”send failed” faultCode=”client.error.MessageSend” faultDetail=”Channel.Security.Error error Error”.</p>
<p>I placed the crossdomain.xml configuration on the flextest/web/ and this solves the problem. </p>
<p>crossdomain link:<br />
<a href="http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00001621.html" rel="nofollow">http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00001621.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
