Are there any php (preferably) or java libraries that allow to retrieve remote flash shared objects? Something equal to:
connection = new NetConnection();
connection.connect("rtmp://example.com/test");
var testdb_so = SharedObject.getRemote("testdb_so", connection.uri, true);
...
Thanks.