Skip to main content
kiran1989
Inspiring
December 17, 2012
Answered

What is Crossdomain.xml

  • December 17, 2012
  • 1 reply
  • 1930 views

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?

This topic has been closed for replies.
Correct answer robdillon

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?

1 reply

robdillon
Participating Frequently
December 17, 2012
kiran1989
kiran1989Author
Inspiring
December 17, 2012

I have seen that documentation. Can any one elaborate this?

robdillon
robdillonCorrect answer
Participating Frequently
December 17, 2012

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?