Peter Elst

Founding Partner – Project Cocoon

AMF-PHP multiple method calls

with 4 comments

If you’re working with Flash Remoting using AMF-PHP you might have encountered some problems in the latest release with doing multiple method calls. I’ve been browsing the mailinglist and came across a solution by Justin Watkins that fixes this problem.

You can download an updated version of “Executive.php” and use that to replace the old one (flashservices > app), you’ll also be required to do a little tweak to your “gateway.php” file:

$gateway->setBaseClassPath($_SERVER['DOCUMENT_ROOT'].“flashservices/services/”);

Those two changes should do the trick!

Creative Commons License
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.0 Belgium License.

No related posts.

Written by Peter

November 3rd, 2003 at 1:07 pm

Posted in PHP