This content has been marked as final.
Show 2 replies
-
1. Re: Transcoding AMF
Greg Dove Mar 5, 2009 4:07 PM (in response to sneakyimp)Responses to amf calls get decoded into native objects automatically. AMFPHP has as3/amf3 suport as well in recent versions.
But you can also do your own encoding in actionscript.
Check out the ByteArray class.
You can set the amf encoding version and use writeObject() to encode.
Encoding is either amf0 (as1 and as2) or amf3 (as3) version
-


