Re: [Flashcoders] Flash Remoting and CF

2005-12-21 Thread Matt Ganz
it's what i did. within flash, i'd create either a generic object or an associative array and i'd pass that entire object in my remoting call. the method in my cfc is set up to accept this arg and the first thing that it does is loop over it and passes those values along to my database. and going

Re: [Flashcoders] Flash Remoting and CF

2005-12-21 Thread Nick McNeill
That is exactly how my company does it. Seems to work the best for us. Nick McNeill Intellistrand On Dec 21, 2005, at 8:14 AM, Sam Shrefler wrote: I was wondering what other people's practices were when using Flash Remoting and Coldfusion together with respect to passing values. Usually, I c

[Flashcoders] Flash Remoting and CF

2005-12-21 Thread Sam Shrefler
I was wondering what other people's practices were when using Flash Remoting and Coldfusion together with respect to passing values. Usually, I create an Object in flash ( usually containing all the arguments I want to pass to flash, for example: all the values of a form ) and it remoting converts