That works fine I've even used it to log objects in firebug. HOWEVER be aware that if you have a recursive object. I.e. an object that refers to itself or has a child that refers to the parent. So you may not be able to pass some of the flex internal objects, as they do this. You'll eventually get an error when they are passed.
So the answer to your question is depends. On Tue, Jan 13, 2009 at 6:24 PM, flexaustin <[email protected]> wrote: > 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? > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > >

