all groups > macromedia flash flash remoting > october 2004 >
You're in the

macromedia flash flash remoting

group:

My AMFPHP Flash app wont work



My AMFPHP Flash app wont work JoeBazz
10/20/2004 1:33:36 AM
macromedia flash flash remoting: Well, I recently started developing a Flash front-end for my php system with
the help of AMFPHP ... everything was fine until I decided to upload the files
to the server ,to see if they?d work correctly there too...I then changed the
setting in the gateway.php and the flash?s as code to match the server?s
configuration. For my surprise when I firstly tested my application I got a
"no service is (blank space here) known to the gateway" - I checked the dirs in
the gateway.php file, the actionscript code but everything seems to befine..
what coudl be happening?
Re: My AMFPHP Flash app wont work MicahM
10/20/2004 2:34:16 AM
If you moved from a Windows computer to a Linux box check to make sure all your
filenames and class definitions have matching case. Also check to make sure
your gateway references the case sensitive locations on your server.

ex: If you have a service named "myService" you need to make sure the file is
named "myService.php" and not "myservice.php". Also make sure the class
definition and constructor have matching case.

-Micah
Re: My AMFPHP Flash app wont work JoeBazz
10/20/2004 9:36:25 PM
AddThis Social Bookmark Button