|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Setting up AMFPHP
Hi I very familiar with php and quite familiar with Flash and just downloaded the macromedia remoting and trying to install amfphp but having difficulties getting it to run. I don't get any errors, but I am not getting any response either.
I tried running the /examples/basic/examples.fla as well as the examples.html off my apache webserver and nothing happens when I push on any of the buttons (echoString, echoNumber, echoBoolean, etc) There are no errors nor any response. I have confirmed everything is working fine on the php end - phpininfo.php is installed and displays the default information. Also all flashMX remoting components installed (can see the netServers.as file in the include directory) Here is my directory structure: c:/webRoot/flashservices c:/webRoot/examples/basic/ c:/webRoot/examples/basic/gateway.php c:/webRoot/examples/basic/examples.fla c:/webRoot/examples/basic/examples.html c:/webRoot/examples/basic/examples.swf c:/webRoot/examples/basic/services --------------------------- gateway.php : <?php include "../../flashservices/app/gateway.php"; $gateway = new Gateway(); $gateway->setBaseClassPath("services/"); $gateway->service(); ?> --------------------------- From my php.ini file: include_path= "C:\php\pear"; include_path= "C:\webRoot\flashservices"; doc_root = C:\webRoot --------------------------- From my apache httpd.conf: <Directory "C:\webRoot"> DocumentRoot "C:\webRoot" --------------------------- Maybe it's just something minor that I am overlooking, but I am driving myself crazy trying to figure this one out. Thank you if you can offer anything suggestions or tests I can run to troubleshoot. -s |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Setting up AMFPHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|