Omar Garcia
Omar Garcia

Reputation: 70

Consume AMF methods without 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 you

Upvotes: 1

Views: 316

Answers (3)

ghoti
ghoti

Reputation: 46826

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

Upvotes: 0

Hadrien
Hadrien

Reputation: 1499

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

Upvotes: 0

Ether
Ether

Reputation: 53966

Take a look at the AMF::Perl interface.

Upvotes: 1

Related Questions