views:

6

answers:

0

Hi again,

I'd like to use AMFPHP and Flash Remoting to set up a system in which an array of objects on the Flash client gets checked against a mirrored array on the server. I've never used Remoting or AMF before, but I have worked on some projects that involved serialization, and I remember serializing an array of objects and arrays of arrays were really PITAs.

Can Flash serialize arrays of objects and 2D arrays into AMF natively, or do I have to convert the objects into some sort of serializable format like id numbers and the like?

Thanks for the help!