This is a discussion on Data Transfer using XML.sendAndLoad and PHP within the Flash Actionscript Programming forums, part of the Web Development category; Hi, I can not understand in any way where sends variables the following ActionScript my_xml = new XML(); my_xml.send("...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, I can not understand in any way where sends variables the following ActionScript my_xml = new XML(); my_xml.send("php_load.php", "_blank"); Explain to me how to receive my_xml object in PHP? Yes I understand, that he is passed by method POST but nevertheless to receive it in PHP it does not turn out in any way.
__________________ The OXYGEN Delivers edgy, intelligent Technology to all... |
| Sponsored Links |
| |||
| Hey! Had someone success with usage of XML.sendAndLoad and PHP? I'm having problems with the PHP script for receive the xml sent by Flash movie. I have trying from $HTTP_RAW_POST_DATA, but haven't success. Fault any detail?
__________________ A.Ramesh Failure is not the End…it is your stepping stone to success! |
| |||
| I had success in XML.sendAndLoad + PHP only defining the content-type for the sender XML object: mySender_xml.contentType = 'application/xml' And in PHP, I get then the xml in global variabl $myXml = $HTTP_RAW_POST_DATA But, this work for all plataforms (Apache+Win, Apache+Linux, IIS+Win) ?
__________________ A.Ramesh Failure is not the End…it is your stepping stone to success! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question regarding file transfer! | joshua_Thomas | Database Support | 1 | 02-15-2008 08:56 PM |
| Automated file transfer | lopser | Database Support | 1 | 01-16-2008 02:18 AM |
| "POST" large amount of data using SendAndLoad (Exporting JPG/JPEG) | aramesh | Flash Actionscript Programming | 2 | 12-28-2007 01:42 AM |
| How To Transfer Data From One Hard Drive To Another | vadivelanvaidyanathan | Computer Hardware | 0 | 09-06-2007 10:02 PM |
| Sending and Receiving values between Flash and .NET(sendAndLoad) | oxygen | Flash Actionscript Programming | 1 | 07-17-2007 02:10 AM |