开发者

Consume AMF methods without Flash

开发者 https://www.devze.com 2022-12-09 22:02 出处:网络
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?

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 y开发者_如何学运维ou


Take a look at the AMF::Perl interface.


If you can consider python: pyamf have an amf client interface: http://www.pyamf.org/tutorials/general/client.html


There's also an AMF client in PHP that works rather nicely as a command-line tool.

0

精彩评论

暂无评论...
验证码 换一张
取 消