It helped! Thank You very much.But there is another question (or two):
Why the "RemoteClass" metadata is not recognized by the Flash Player? Do
I need some import statement in my AS class or some liberaries are
missing?And there is another one problem. Everything work fine for this
function call: var rooms:Object = remoteObject.echo1(myDupa);But for
this function call:var rooms:Dupa = remoteObject.echo1(myDupa);I
receives this error: TypeError: Error #1034: Type Coercion failed:
cannot convert m...