Problems sending data from embedded flash to an API in an i.e. browser

Hi,

i’ve been testing a flash form that sends data to an API, then does x. i’ve tested it on the mac, (in firefox) no problem. i’ve tested it on the PC (again, in firefox so far) and it works.

but it does not work in i.e. i have a cross-domain policy, i have allowScriptAccess set to ‘always’ (though there’s no javascript), it’s sending the data as a URL string, xml, utf-8.

is there anything else i should be looking at to help me get it to play nicely?

thanks…