How Do I Set XML Content-Type in Flex 3?
- by Laxmidi
Hi,
I've got a Flex 3 project. Flex makes an ExternalCall to some Javascript. The Javascript is then turned into XML.
But, my xml isn't parsing in IE. It works in all other browsers. I think that the problem is that I haven't set the XML's content-type and IE doesn't like that. So my code looks like:
myReturn = '<myXMLReturn>' +…