PDA

View Full Version : amfphp tutorial not working


SeanPaul72
12-14-2003, 07:23 PM
I'm using the amfphp tutorial on this web site.

I downloaded the test_remoting folder.

I changed the path in the simple_gateway.php from a relative path to an absolute path.http://www.caillouette.com/flashservices/app/Gateway.php

with a relative path, my browser tried to download the file. With an absolute path I get the following error message. Fatal error: Cannot instantiate non-existent class:
gateway in /usr/home/web/users/a0017855/html/test_remoting/simple_gateway.php on line 8

any suggestions?

Thanks

SeanPaul72
12-16-2003, 02:44 PM
in the orginal amf-php documents, I have the "Examples" file working except for "create ball" and "create person"

My assumption is that these buttons do exactly what they say. But nothing happens on my screen. Although the upper buttons work.

Can anyone tell me why the button "create ball" and the button "create person" doesn't work? Although all the other buttons work


The file I'm working is the examples.fla located in examples/basic/examples.fla


Thanks