crossdomain policy on subdomain

I set my unity3d demo at XXX.mydomain.com,and I put crossdomain.xml file in position XXX.mydomain.XXX/ crossdomain.xml
while there are still broad error below:

the crossdomain.xml file like this :

the subdomain site is not at the same server with the topdomain server.
mydomain.com point to one site, XXX.mydomain.com point to another with different server machine

anyhelp will be appreciated

It sounds like you’re trying to server the crossdomain policy from your web server, but socket-based crossdomain policies must be served by a special server, usually on port 843.

See the documentation: http://docs.unity3d.com/Documentation/Manual/SecuritySandbox.html