Re: Processing variables from a Flash form?

2008-10-07 Thread Tom Chiverton
On Monday 06 Oct 2008, Mallory Woods wrote: I am working with a flash developer who doesn't know that much about ColdFusion He doesn't need to, just have him send a normal HTTP form POST. Your CFML page then sees stuff in the normal way. -- Tom Chiverton Helping to quickly strategize

Processing variables from a Flash form?

2008-10-06 Thread Mallory Woods
Greetings all, I am working with a flash developer who doesn't know that much about ColdFusion and I don't know that much about Flash. We have a form setup and I need to putt the submitted data from it and save it to a file and dump it in the the DB. However. I have never done this before. What

RE: Processing variables from a Flash form?

2008-10-06 Thread brad
Is the Flash form generated by ColdFusion? i.e. cfform format=flash Original Message Subject: Processing variables from a Flash form? From: Mallory Woods [EMAIL PROTECTED] Date: Mon, October 06, 2008 2:52 pm To: cf-talk cf-talk@houseoffusion.com Greetings all

Re: Processing variables from a Flash form?

2008-10-06 Thread Alan Rother
Best is a highly subjective term... Are you actually looking for the technically best way to accomplish it, or just what will be the least painful way? Best would be to setup remoting and send the data over an AMF channel This has a steep learning curve... Easiest would be for your Flash

Re: Processing variables from a Flash form?

2008-10-06 Thread Mallory Woods
Best.. simplest etc.. Would it help if I send some of the flash source? On Mon, Oct 6, 2008 at 4:08 PM, Alan Rother [EMAIL PROTECTED] wrote: Best is a highly subjective term... Are you actually looking for the technically best way to accomplish it, or just what will be the least painful