PDA

View Full Version : remoting tutorial help


buck
05-15-2003, 07:38 PM
I'm trying to get this remoting thing down and I've run into a small (hopefully) problem.

I've been following the Flash MX (PHP) Remoting (http://www.actionscript.org/tutorials/intermediate/PHP_Remoting/index.shtml) tutorial, and of course I extend my thanks for it. However, whenever I go to the simple_gateway.php file in the test_remoting folder I get the file download dialog box.

I've been running an apache server with php for quite a while and regular .php file work just fine but I can't seem to get the simple_gateway.php file to work correctly.

Any help on this would be appreciated.

Buck

freddycodes
05-17-2003, 12:56 AM
simple_gateway.php passes back a header that only flash recognizes, so your browser doesn't know what to do with it, so it prompts you to download it. You need to test whether things are working from within flash.