I?m trying to get some xml data loaded into flash across domain. I have the
crossdomain.xml file in place and everything works fine in flash player 7 and
flash player 8 BUT flash player 6 doesn?t load anything. This seems a bit odd
since flash player 6 has the lowest security of these.

Does anyone have any idea what could possibly cause this.

the policy file looks like this, and is placed in the root of the *data*
server:
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*.celectus.com" />
</cross-domain-policy>

and the flash file resides in [url]http://someSubDomain.celectus.com[/url]