Hello, I'm working right now with ByteArrays and I've got some problems: - When sending an ByteArray to RED5 I get a decoding error on RED5 - When sending an ByteArray from RED5 to my Flex client I'm getting an : Type Coercion failed: cannot convert [EMAIL PROTECTED] to flash.utils.ByteArray. which means that I get an Array of Arrays with Numbers and NOT an ByteArray Therefore I'm assuming that RED5 uses the AMF0 and not AMF3 - please compare: http://livedocs.adobe.com/flex/2/fds2javadoc/flex/messaging/io/amf/ActionMessageInput.html and http://livedocs.adobe.com/flex/2/fds2javadoc/flex/messaging/io/amf/ActionMessageOutput.html
So my question is: Is there a setting for choosing AMF type on the server side? Cause my clientside objectencoding is AMF3 and everything should be ok.. Anybody else experienced problems with ByteArrays? I will be glad for any help or suggestions. BR stf _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
