is it possible to use php serialize function to serialize an array on the server, then use flex httpervice to retrieve the serialized array as resultFormat="text", then deserialize the array somehow into an arrayCollection?
I ve looked at AMFPHP and WebOrb, although they work using RPCs, they seem more difficult to set up than it would be to just serialize and deserialize array the way php and various javascript frameworks interact. Thanks for the help -bmiles

