<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<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: Registration form with Flex and AMFPHP</title>
	<link>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/</link>
	<description>Dev related notes, tutorials and anecdotes</description>
	<pubDate>Sat, 22 Nov 2008 10:37:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Henrik</title>
		<link>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-655</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Sat, 23 Feb 2008 17:50:09 +0000</pubDate>
		<guid>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-655</guid>
		<description>Joseph: You should have no problem if you start out with Sephiroth's tutorial and then take it from there, that's what I did. I did that thing a long time ago and I'm not really into the details of how Flex works anymore so sorry I can't help you more. Good luck anyway!</description>
		<content:encoded><![CDATA[<p>Joseph: You should have no problem if you start out with Sephiroth&#8217;s tutorial and then take it from there, that&#8217;s what I did. I did that thing a long time ago and I&#8217;m not really into the details of how Flex works anymore so sorry I can&#8217;t help you more. Good luck anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-1522</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Sat, 23 Feb 2008 17:50:09 +0000</pubDate>
		<guid>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-1522</guid>
		<description>Joseph: You should have no problem if you start out with Sephiroth&#39;s tutorial and then take it from there, that&#39;s what I did. I did that thing a long time ago and I&#39;m not really into the details of how Flex works anymore so sorry I can&#39;t help you more. Good luck anyway!</description>
		<content:encoded><![CDATA[<p>Joseph: You should have no problem if you start out with Sephiroth&#39;s tutorial and then take it from there, that&#39;s what I did. I did that thing a long time ago and I&#39;m not really into the details of how Flex works anymore so sorry I can&#39;t help you more. Good luck anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-654</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 23 Feb 2008 13:14:03 +0000</pubDate>
		<guid>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-654</guid>
		<description>oups... no, I added the rpc.swc and I got the same error</description>
		<content:encoded><![CDATA[<p>oups&#8230; no, I added the rpc.swc and I got the same error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-1147</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 23 Feb 2008 13:14:03 +0000</pubDate>
		<guid>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-1147</guid>
		<description>oups... no, I added the rpc.swc and I got the same error</description>
		<content:encoded><![CDATA[<p>oups&#8230; no, I added the rpc.swc and I got the same error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-653</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 23 Feb 2008 13:06:30 +0000</pubDate>
		<guid>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-653</guid>
		<description>n.b. I don't think I need the rpc.swc library since it's included in Flex Builder 3 Beta 3. I noticed it dosen't give me errors in the console when I add the mx.rpc lib</description>
		<content:encoded><![CDATA[<p>n.b. I don&#8217;t think I need the rpc.swc library since it&#8217;s included in Flex Builder 3 Beta 3. I noticed it dosen&#8217;t give me errors in the console when I add the mx.rpc lib</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-652</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 23 Feb 2008 13:04:42 +0000</pubDate>
		<guid>http://www.prodevtips.com/2007/10/23/registration-form-with-flex-and-amfphp/#comment-652</guid>
		<description>Thanks for the post.

At first, I put all the folders (except flex_files) in the amfphp folder of my www root server.

Then, I opened a new Flex project and added: -services "services-config.xml" to my Flex compiler.

When I run the application, and enter all the information, I get the same error message for both 'check availability', which is: Client.Error.MessageSend Send failed.

am I missing anything?</description>
		<content:encoded><![CDATA[<p>Thanks for the post.</p>
<p>At first, I put all the folders (except flex_files) in the amfphp folder of my www root server.</p>
<p>Then, I opened a new Flex project and added: -services &#8220;services-config.xml&#8221; to my Flex compiler.</p>
<p>When I run the application, and enter all the information, I get the same error message for both &#8216;check availability&#8217;, which is: Client.Error.MessageSend Send failed.</p>
<p>am I missing anything?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
