I’m using the *sendAndLoad() *method to send an XML object to a PHP file, and I want the PHP file to be able to process the data in the XML object before it is sent bcak.
At the moment I can send the XML object to my PHP file, and I can echo a response back into Flash. But I can’t figure out how to actually access the XML data in the PHP file. The Flash docs say “the data is sent to the specified URL via the POST method”.
But I don’t know the name of the post variable.
Any ideas?