I have to call an existing AMF Method in a PHP (or Perl) Script and read its results.
Is it possible to use amfphp to invoke it instead of serving AMFs? or use other tool? Am I trapped to use Flash?
Thank you
If you can consider python: pyamf have an amf client interface: http://www.pyamf.org/tutorials/general/client.html
Take a look at the AMF::Perl interface.