Re: [flexcoders] Eh. How does this still work?!

2008-09-09 Thread nwebb
Thanks. Much appreciated. On Mon, Sep 8, 2008 at 8:33 AM, Haykel BEN JEMIA [EMAIL PROTECTED] wrote: Hi, in my understanding, FB only uses webroot for the deployment of your application so that you don't need to copy the files to the server after each compilation. Is it what you are doing

Re: [flexcoders] Eh. How does this still work?!

2008-09-08 Thread Haykel BEN JEMIA
Hi, in my understanding, FB only uses webroot for the deployment of your application so that you don't need to copy the files to the server after each compilation. Is it what you are doing now? For the localhost question, if the uri of the endpoint doen not contain the server address, then flex

[flexcoders] Eh. How does this still work?!

2008-09-07 Thread nwebb
Hi, I skipped a step when setting up a flex-remoting (amfphp) project, but it still works. I didn't set up the Flex project to use PHP when I created it, and so didn't define the webroot or the root url at all. I added in the services-config file (see code at the bottom of this email) and I

Re: [flexcoders] Eh. How does this still work?!

2008-09-07 Thread Igor Costa
Actually you did manually what flex builder does with php server-side enabled. The amfphp project in the console setup to you when you first-load the gateway to do that. When you just set -services and the uri for the services-config.xml file the .swf is metadated to that uri to open a gateway