I'd like to contact an FMS server through a script and download the persistent Remote SharedObject.
The Flash program connects to the FMS server, opens a NetConnection, makes a SharedObject.getRemote call. I'd like to access this info through PHP, Ruby, Perl, etc to work with in a script.
I understand this info is sent to the Flash player as an AMF object, over the RTMP protocol. Since it's RTMP and not HTTP, I can't use a SabreAMF client for instance, as it uses cURL, which does not support RTMP.
Anyone have any ideas about how to do this?