Hi chaps,
I know that it is possible to pass data across AMF connections set up in 
red5, and you can get similar structures out at either end, but I am not 
sure of the capabilities of this system.

How complex can the data structures passed be? Can they for example have 
a concept of type?

I know I can send this:

var _example = new Object();
_example.foo="bar";
_example.bar = 0;

Can I send an instance of this class:

class Example
{
    foo = "bar";
    bar = 0;
}


Best regards,
Tom

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to