Hi,I have a strange problem in Flex, calling scripts located atother
servers, using the GET method. When I want to connect with a HTTPService
in Flex, to ascript located on another domain than the flex application,
I placea crossdomain.xml at the root of the script-server:
The problem is that
when using the GET method to thecross-script, it seemes that the
flashplayer append the lookup forthe crossdomain.xml at the end of the
querystring. With an urlsnooper I can se the url requested, and when t...