Is it possible to send over more than simple objects from Flex to
Ajax, meaning can I send over more than a int, String, or Number?

Can I send say:

var myObj:Object = {something:"hello", id:45, {title:"groupify",
model:"somemodel"}};

Then send over myObj?

Reply via email to