On 5/4/07, Austin Kottke <[EMAIL PROTECTED]> wrote: > Hi - is it possible to send an array of VOs over an AMF3 gateway to a > server and have > the server correctly parse this? > > I've noticed that only strings and ints are supported in the tests I'm > doing. Is this true?
Yup. You can send stuff. http://www.google.com/search?q=amf3+complex+objects You might also want to check out hessian, another text/binary protocol. I did an implementation in AS3 sometime back. http://mannu.livejournal.com/354776.html

