macromedia flash flash remoting:
Been trying the AMFPHP tutorial (
http://www.macromedia.com/devnet/mx/flash/articles/amfphp.html). I put the flashservices dir in my web server's document root (public_html/flashservices). The gateway is on the root as well (
http://www.gknow.com/gateway.php). This is not the Gateway.php in app/Gateway.php. Accessing the gateway.php script directly shows no parse errors. Neither does the ServerInfoService.php file in the services directory. When I run the flash file and try and get some server info, i get the following error message from NetConnection Debugger:
DebugId: 0
EventType: "Status"
MovieUrl: "file:///E|/gene's docs/site/public_html/Project_Files_PC/Flash_source/ServerInfoServices.swf"
Protocol: "http"
Source: "Client"
Time: 1070342823784
Date (object #1)
......"Mon Dec 1 22:27:03 GMT-0700 2003"
Status (object #2)
......code: 256
......description: "This user is not does not have access to getInfo"
......details: "/home/genotype/public_html/flashservices/app/Executive.php"
......level: "User Error"
......line: 295
I'm not sure why I wouldn't have access to getInfo(). All the files in the site are CHMOD 755. I tried running phpinfo(), et al, in seperate php files and was able to get info returned.
The service browser doesn't return the getInfo either. When I refresh the service I get a blank window with a button that says "done" on the bottom. I know from experience that if my paths were screwed up the progress bar just spins it's wheels. This seems like it's connecting.
Checked every tutorial I could find on this, including the AMFPHP website. As far as I know I have everything set up right.
Thanks,
Gene