OK guys im using sendAndLoad to send data from the loadVars object “sender” - it has a variable “lotNumber”. Im using “POST”. The coldfusion page that recieves the data should be able to access the value of that lotNumber variable and use it to query the database right? wrong :ponder:
how do we get the .cfm to access the vars sent to it? is there something wrong with Flash’s sendAndLoad - could it be a problem that im using an XML object as the recieving object?
The stupid thing is ive done this before - LoadVars sending to a .cfm, recieving back into an XMLObject…
<cfset x = GetHttpRequestData()> is what the CF programmer is using to try and access the POST variables…