Copy link to clipboard
Copied
Can some one tell me what is the use of crossdomain.xml? And how it works? Where it should be the crossdomain.xml file is placed in client side or on remoting server?
1 Correct answer
If you have a Flash movie in a given domain on one server, you cannot access data on another domain. This is a security precaution. In order to use data from another domain, you have to allow that other data to be shared by including a crossdomain.xml file in the second domain. This crossdomain.xml file tells the flash player that data coming from this second domain is OK to use.
There are a number of scenarios explained in the first document that I listed above. Do you have a situation that is d
...Copy link to clipboard
Copied
Have you looked at these Adobe documents?
http://kb2.adobe.com/cps/142/tn_14213.html
http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
Copy link to clipboard
Copied
I have seen that documentation. Can any one elaborate this?
Copy link to clipboard
Copied
If you have a Flash movie in a given domain on one server, you cannot access data on another domain. This is a security precaution. In order to use data from another domain, you have to allow that other data to be shared by including a crossdomain.xml file in the second domain. This crossdomain.xml file tells the flash player that data coming from this second domain is OK to use.
There are a number of scenarios explained in the first document that I listed above. Do you have a situation that is different from all of those examples?
Copy link to clipboard
Copied
Thanks for explanation, This question is asked in an interview which I have attended
Thanks

