Hi all
I have read a couple of threads about similar issues, but I still want to check if one of the wizards out there can help me with this... OK, here goes:
Flash 5 has built-in support for XML-Objects, among others the sexy command xmlSendAndLoad - according to Flash documentation this sends an XML-Formatted (Well-Formed) Document as the only content of the HTTP-POST- Space. ==> it does not:
format the POST-Space as requested by some RFC in the Form (var0=value0&var1=value1...etc)
No Problem, thinks the PHP-Wizard, php won't recognize the thing and therefore create a Variable HTTP_RAW_POST_DATA.
But No! Alas! Flash 5 sends the Content-Type
[Content-type] => application/x-www-form-urlencoded