Hi, I have a file loading an xml file from

http://www.ipoker.com/resources/networkinfo.xml

My cross domain policy is set up on razormedia.co.uk like thus:

HTML Code:
<cross-domain-policy>
  <allow-access-from domain="www.ipoker.com" />
  <allow-access-from domain="www.ipoker.com/resources" />
</cross-domain-policy>

Now everything works fine locally but not on my site.

why not?

anyone?