views:

608

answers:

2

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.

A: 

I found Java JUV Client - exactly what I need, only it costs almost $400. I wonder if free alternative exists.

serg
Updated my answer.
ttony21
A: 

You should be able to connect through Red5's RTMPClient library... Which server do you want to connect to? (FMS|Red5?)