We have a lot of crossdomain.xml files at my company. Every service that has Flash availability needs one. Keeping them in sync is annoying, so I'd like to be able to have just one crossdomain.xml file hosted somewhere, and then http redirect (302) all the requests to that central location. Is this possible? I can't find documentation anywhere on the web about the rules.
I found one answer here: http://answers.unity3d.com/questions/55288/webplayer-crossdomain-in-sub-directory.html but I am not sure where he gets his info from. I don't see any security reason why a redirect would be disallowed (since you equally have to control the server to get it to serve a redirect as to serve a file). So secondarily, if the answer to this is that you cannot 302, I would be curious as to why not.