<?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: HelloWorld example with Flex and Symfony</title>
	<atom:link href="http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/</link>
	<description>Timo Haberkern blogs about symfony</description>
	<lastBuildDate>Mon, 16 Jan 2012 21:55:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Albulescu Cosmin</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-9439</link>
		<dc:creator>Albulescu Cosmin</dc:creator>
		<pubDate>Thu, 06 Oct 2011 07:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-9439</guid>
		<description>Hi, very nice post. Very usefull</description>
		<content:encoded><![CDATA[<p>Hi, very nice post. Very usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Rodriguez</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-9064</link>
		<dc:creator>Andrea Rodriguez</dc:creator>
		<pubDate>Fri, 26 Aug 2011 05:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-9064</guid>
		<description>Hello,
I created my symfony project in a payment server(production server), but testing of the services the server gives me the error File does not exist: / home/xxx/public_html/500.shtml, referer: ?method=de.shiftup.flextest.HelloWorldService%3A%3AsayHello. Somebody wants to happen?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I created my symfony project in a payment server(production server), but testing of the services the server gives me the error File does not exist: / home/xxx/public_html/500.shtml, referer: ?method=de.shiftup.flextest.HelloWorldService%3A%3AsayHello. Somebody wants to happen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: borga</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-7189</link>
		<dc:creator>borga</dc:creator>
		<pubDate>Tue, 05 Apr 2011 14:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-7189</guid>
		<description>i am a symfony newbie  and spent my 5 hours for the NetConnection.Call.BadVersion error. 

but i found the solution.
the trick is to change the 
default:
  is_secure: false

to

all:
  is_secure: false
 
in the security.yml</description>
		<content:encoded><![CDATA[<p>i am a symfony newbie  and spent my 5 hours for the NetConnection.Call.BadVersion error. </p>
<p>but i found the solution.<br />
the trick is to change the<br />
default:<br />
  is_secure: false</p>
<p>to</p>
<p>all:<br />
  is_secure: false</p>
<p>in the security.yml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-5206</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Tue, 02 Nov 2010 17:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-5206</guid>
		<description>Lem: Where should I save my swf, because I put it in the web folder and I still got this message &quot;cross-domain-policy&quot;, when I put this address in the browser:
http://127.0.0.1:8080/frontend_dev.php/amfgateway

thanks a lot!</description>
		<content:encoded><![CDATA[<p>Lem: Where should I save my swf, because I put it in the web folder and I still got this message &#8220;cross-domain-policy&#8221;, when I put this address in the browser:<br />
<a href="http://127.0.0.1:8080/frontend_dev.php/amfgateway" rel="nofollow">http://127.0.0.1:8080/frontend_dev.php/amfgateway</a></p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reen</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-4687</link>
		<dc:creator>reen</dc:creator>
		<pubDate>Wed, 08 Sep 2010 12:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-4687</guid>
		<description>I had some problems to disalbe the security filter in SF 1.4. Each time i call the amf route SF gave me an error message that said: login required. So after a while i found a solution. The amfplugin overrides the security value in its own yaml file.

change it from
default:
  security: off

to
default:
  security: false

seems to be a bug or maybe i am wrong. Them please correct me.</description>
		<content:encoded><![CDATA[<p>I had some problems to disalbe the security filter in SF 1.4. Each time i call the amf route SF gave me an error message that said: login required. So after a while i found a solution. The amfplugin overrides the security value in its own yaml file.</p>
<p>change it from<br />
default:<br />
  security: off</p>
<p>to<br />
default:<br />
  security: false</p>
<p>seems to be a bug or maybe i am wrong. Them please correct me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chip</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-4332</link>
		<dc:creator>chip</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-4332</guid>
		<description>HelloWorld example for thanx.</description>
		<content:encoded><![CDATA[<p>HelloWorld example for thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-4016</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Wed, 19 May 2010 16:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/#comment-4016</guid>
		<description>hello friends,

Did you find an article about how to work with objects Or Arrays trasfer between symfony and flex?</description>
		<content:encoded><![CDATA[<p>hello friends,</p>
<p>Did you find an article about how to work with objects Or Arrays trasfer between symfony and flex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/comment-page-1/#comment-3441</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:58:09 +0000</pubDate>
		<guid isPermaLink="false">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 &quot;sfAmfPlugin&quot; just create it with other name like &quot;test&quot;. 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-page-1/#comment-3326</link>
		<dc:creator>Ouled Sahel</dc:creator>
		<pubDate>Tue, 16 Feb 2010 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">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=&quot;Send failed&quot; faultCode=&quot;Client.Error.MessageSend&quot; faultDetail=&quot;Channel.Security.Error error Error #2048 url: &#039;http://127.0.0.1/flextest/frontend_dev.php/amfgateway&#039;&quot;]
can anyone help me
Thanks</description>
		<content:encoded><![CDATA[<p>I have this error:<br />
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Security.Error error Error #2048 url: '<a href="http://127.0.0.1/flextest/frontend_dev.php/amfgateway&#039;" rel="nofollow">http://127.0.0.1/flextest/frontend_dev.php/amfgateway&#039;</a>"]<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-page-1/#comment-2795</link>
		<dc:creator>straffi</dc:creator>
		<pubDate>Sat, 14 Nov 2009 10:00:26 +0000</pubDate>
		<guid isPermaLink="false">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>
</channel>
</rss>

