<?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: Flash Builder 4 and PHP Data/Services for beginners</title>
	<atom:link href="http://www.flashrealtime.com/flash-builder-4-and-php-data-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/</link>
	<description>Realtime Rich Internet Applications using Adobe technologies</description>
	<pubDate>Mon, 06 Sep 2010 23:42:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-2/#comment-48476</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 12 Aug 2010 16:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-48476</guid>
		<description>Charlie, you are a genius, that was driving me mad! Thanks for the advice re port 3306.</description>
		<content:encoded><![CDATA[<p>Charlie, you are a genius, that was driving me mad! Thanks for the advice re port 3306.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pierre</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-2/#comment-48333</link>
		<dc:creator>pierre</dc:creator>
		<pubDate>Fri, 06 Aug 2010 15:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-48333</guid>
		<description>In fact for the java.io.EOFException avec flex 4, you don't need to indicate the port and the error desappear and you can connect to your server and enjoy !!

Bonne chance</description>
		<content:encoded><![CDATA[<p>In fact for the java.io.EOFException avec flex 4, you don&#8217;t need to indicate the port and the error desappear and you can connect to your server and enjoy !!</p>
<p>Bonne chance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-2/#comment-47663</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Fri, 16 Jul 2010 17:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-47663</guid>
		<description>re: Channel disconnected error...  I too was getting this error, and couldn't figure it out as I was letting FlashBuilder generate all of the PHP service code.  I am on Windows and using WAMP.  

I discovered if I left the port blank while setting up the service I would get the 'channel disconnected' error.  I changed the following line in the generated php service 
var $port = "";
to
var $port = "3306";

and it works fine. 

Hope this helps.</description>
		<content:encoded><![CDATA[<p>re: Channel disconnected error&#8230;  I too was getting this error, and couldn&#8217;t figure it out as I was letting FlashBuilder generate all of the PHP service code.  I am on Windows and using WAMP.  </p>
<p>I discovered if I left the port blank while setting up the service I would get the &#8216;channel disconnected&#8217; error.  I changed the following line in the generated php service<br />
var $port = &#8220;&#8221;;<br />
to<br />
var $port = &#8220;3306&#8243;;</p>
<p>and it works fine. </p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nace</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-2/#comment-47653</link>
		<dc:creator>Nace</dc:creator>
		<pubDate>Fri, 16 Jul 2010 11:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-47653</guid>
		<description>Hi! Thanks for great tutorial.

I manage to connect with PHP and send data on my localhost (WAMP) server. When i move my application to remote web server, there is an error running app.

Send failed Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: 'http://www.prvaliga.net/phpTest/bin-debug/gateway.php'

Live demo on http://www.prvaliga.net/phpTest/bin-debug/phpTest.html

Where should i change web root, paths and urls? Thanks in advice</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for great tutorial.</p>
<p>I manage to connect with PHP and send data on my localhost (WAMP) server. When i move my application to remote web server, there is an error running app.</p>
<p>Send failed Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: &#8216;http://www.prvaliga.net/phpTest/bin-debug/gateway.php&#8217;</p>
<p>Live demo on <a href="http://www.prvaliga.net/phpTest/bin-debug/phpTest.html" rel="nofollow">http://www.prvaliga.net/phpTest/bin-debug/phpTest.html</a></p>
<p>Where should i change web root, paths and urls? Thanks in advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-2/#comment-47589</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-47589</guid>
		<description>You need to change the PHP script - instead of SELECT * FROM, write SELECT lastname FROM ... then refresh in FB4.</description>
		<content:encoded><![CDATA[<p>You need to change the PHP script - instead of SELECT * FROM, write SELECT lastname FROM &#8230; then refresh in FB4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Palafox</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-2/#comment-47543</link>
		<dc:creator>Palafox</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-47543</guid>
		<description>Hello!! great tutorial I love it, a lot of thanks.

I have only one question, I want to take only the field "lastname" from the object that I receive, how can I do it?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello!! great tutorial I love it, a lot of thanks.</p>
<p>I have only one question, I want to take only the field &#8220;lastname&#8221; from the object that I receive, how can I do it?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simPod</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-1/#comment-46891</link>
		<dc:creator>simPod</dc:creator>
		<pubDate>Thu, 01 Jul 2010 11:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-46891</guid>
		<description>it also gives me Channel disconnected error. I'm on win (WAMP). I also tried to just configure new Data Services (without any changes in PHP), made new Button and added On Click function btnSearch_clickHandler(event) that assigns protected function btnSearch_clickHandler(event:MouseEvent):void
			{
				getAllEmployeesResult.token = employeesService.getAllEmployees();
			}

still getting the error... does anybody know why?</description>
		<content:encoded><![CDATA[<p>it also gives me Channel disconnected error. I&#8217;m on win (WAMP). I also tried to just configure new Data Services (without any changes in PHP), made new Button and added On Click function btnSearch_clickHandler(event) that assigns protected function btnSearch_clickHandler(event:MouseEvent):void<br />
			{<br />
				getAllEmployeesResult.token = employeesService.getAllEmployees();<br />
			}</p>
<p>still getting the error&#8230; does anybody know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaston</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-1/#comment-46644</link>
		<dc:creator>Gaston</dc:creator>
		<pubDate>Sun, 27 Jun 2010 00:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-46644</guid>
		<description>Hey there,
did the Channel disconnected error ever get resolved? Does anyone know why does it happen?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey there,<br />
did the Channel disconnected error ever get resolved? Does anyone know why does it happen?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oluwaseun</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-1/#comment-46463</link>
		<dc:creator>Oluwaseun</dc:creator>
		<pubDate>Wed, 23 Jun 2010 14:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-46463</guid>
		<description>To tell you the truth, I have tried many examples online and I have always met a brick wall but this works with a small glitch. I am using the completed version of flash builder 4 so there are some changes. When you run the app, I expect that it would fetch all the employees from the database but i don't seem to get that on start up. I suppose the creationcomplete event of the app is supposed to call getAllEmloyees method without any parameter returning all the result. So I tried to modify the code to do that.




Then in the script block

protected function initApp():void
{
   getAllEmployeesResult.token = employeesService.getAllEmployees();

}

I expected this to fix it but somehow its not doing that. But if you do not entere= any data into the textinput and you hit search you get all the employee data back.I guess I'd have to look at it again. This is a great starting point though.

Thanks. Nice work.</description>
		<content:encoded><![CDATA[<p>To tell you the truth, I have tried many examples online and I have always met a brick wall but this works with a small glitch. I am using the completed version of flash builder 4 so there are some changes. When you run the app, I expect that it would fetch all the employees from the database but i don&#8217;t seem to get that on start up. I suppose the creationcomplete event of the app is supposed to call getAllEmloyees method without any parameter returning all the result. So I tried to modify the code to do that.</p>
<p>Then in the script block</p>
<p>protected function initApp():void<br />
{<br />
   getAllEmployeesResult.token = employeesService.getAllEmployees();</p>
<p>}</p>
<p>I expected this to fix it but somehow its not doing that. But if you do not entere= any data into the textinput and you hit search you get all the employee data back.I guess I&#8217;d have to look at it again. This is a great starting point though.</p>
<p>Thanks. Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.flashrealtime.com/flash-builder-4-and-php-data-services/comment-page-1/#comment-45967</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Sat, 12 Jun 2010 16:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashrealtime.com/?p=918#comment-45967</guid>
		<description>I have the same problem as well.

java.io.IOException: Server returned HTTP response code: 500

When I use Windows Apache PHP Zend MySQL everything it runs ok, but when I put the project in the production server (iis) I've received:

Send failed
Channel.Security.Error error Error #2048 url: 'http://www.mydomain.com.br/ph/TestePHP-debug/gateway.php'</description>
		<content:encoded><![CDATA[<p>I have the same problem as well.</p>
<p>java.io.IOException: Server returned HTTP response code: 500</p>
<p>When I use Windows Apache PHP Zend MySQL everything it runs ok, but when I put the project in the production server (iis) I&#8217;ve received:</p>
<p>Send failed<br />
Channel.Security.Error error Error #2048 url: &#8216;http://www.mydomain.com.br/ph/TestePHP-debug/gateway.php&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
