Questions tagged [crossdomain.xml]

A cross-domain policy file is an XML document that grants a web client—such as Adobe Flash Player, Adobe Reader, etc.—permission to handle data across multiple domains.

A cross-domain policy file (crossdomain.xml) is an XML document that grants a web client—such as Adobe Flash Player, Adobe Reader, etc.—permission to handle data across multiple domains.

216 questions
1
vote
3 answers

Writing Flash crossdomain.xml for Amazon S3

I have two servers. Server A is an internal server that has access from the outside world set up here in my office. It has a Rails server running on it. I have a second server, Server B, that contains all our static content (images, swfs,…
keybored
  • 5,194
  • 13
  • 45
  • 70
1
vote
1 answer

Adobe Flex unable to load images from Amazon S3

I have a flex 3 app that is attempting to load images from Amazon S3. The images fail to load, so I fired up debug mode. In debug mode, the images load, but I also get the following output in the debugger: *** Security Sandbox Violation…
JonoB
  • 5,801
  • 17
  • 55
  • 77
1
vote
1 answer

SecurityDomain 'http://domain.com/app/widget/twitter.png' tried to access incompatible context 'app:/App.swf'

I am trying to load a remote image into my AIR application, and I get the following error: *** Security Sandbox Violation *** SecurityDomain 'http://[------].com/app/widget/twitter.png' tried to access incompatible context 'app:/App.swf' *domain…
Straseus
  • 478
  • 1
  • 4
  • 14
1
vote
1 answer

crossdomain issue with Flex Application

I have a flex application that has a button that calls a URL. The source of the URL is a location on the same Apache web server as the Flex application. I have dumped a crossdomain file under webapps and also under ROOT…
jakc
  • 1,161
  • 3
  • 15
  • 42
1
vote
2 answers

Cross-domain issue. File Uploading & Adobe Flash

I know this problem has been asked ad nauseam; however, it would appear I'm stuck. I have created a file-uploader in Flash which has been successfully tested on a local machine. However, when moving it to the production server and trying to access…
ist_lion
  • 3,149
  • 9
  • 43
  • 73
1
vote
2 answers

Silverlight trying to access local crossdomainpolicy.xml

I have a Silverlight app that I developed locally, and I'm trying to run it on a Windows 2008 R2 server that I personally setup. Everything smooth and dandy, except that when I try to auth on the app, it tries to look locally for…
Adrian A.
  • 172
  • 1
  • 11
1
vote
1 answer

Communication Exception while calling .asmx service from silverlight

I have a .asmx web service which is hosted on IIS. I took the service reference and i am calling this web service from my silverlight application. But i am getting a communication exception as follows. An error occurred while trying to make a…
Madhur2479
  • 11
  • 6
1
vote
1 answer

Silverlight 4.0: Cross Domain Policy Error

I have a webservice and a Silverlight application. I also have a crossdomain.xml and clientaccesspolicy.xml
1
vote
2 answers

Problem with åäö and Flash

I'm trying to access a script on a domain with åäö in the domain name. But flash consistently generates a security error no matter what I do. The setup is like this: http://www.domän.se/admin.html (with http://www.domän.se/admin.swf embedded) is…
Alex R.
  • 45
  • 1
  • 6
1
vote
1 answer

Remove crossdomain file from ASP.Net application

I have Asp.Net MVC application and I want to forbid load any resources from this application by clients such as Adobe Flash Player. Is it safe to remove crossdomain.xml from Asp.net web application what will it effects?
Y. Ivan
  • 109
  • 1
  • 9
1
vote
3 answers

SWF Access Across Domains

I have a SWF that contacts a php script all on the same domain. In the first case both are hosted behind the same domain and communicate with no problem. Everything is working great. However when I take the same markup that embeds the SWF and paste…
Ryan
  • 165
  • 1
  • 11
1
vote
1 answer

How and where to add crossdomain.xml in neo4j so that its available on localhost:7474/crossdomain.xml?

I am sending a Basic Auth Post request to neo4j REST x.x.x.85:7474/db/data/transaction/commit I am using unity www at x.x.x.15 which requires crossdomain.xml to be present at x.x.x.85:7474/crossdomain.xml. Where and how should I get crossdomain.xml…
1
vote
3 answers

Flex app cannot download images from other servers

in my flex application: when i run my app, I catch this error: SecurityError: Error #2123: Security sandbox violation: Loader.content:…
Glebka
  • 1,420
  • 3
  • 20
  • 37
1
vote
0 answers

corssdomain.xml in RED5 having no effect on RTMPT streaming

Can RTMPT streaming be limited using crossDomain? We are hosting an Red5 server on port 80 and port 1935. I would expect that the crossdomain file would have a point for RTMPT that runs on the same port as HTTP. I have created the crossdomain.xml…
Menelaos
  • 23,508
  • 18
  • 90
  • 155
1
vote
1 answer

Can I call two crossdomain.xml from two different servers from my flash player?

crossdomain.xml, quite a simple concept which most of the developers might have came through, though just for info :- A cross-domain policy file is an XML document that grants a web client, such as Adobe Flash Player or Adobe Acrobat (though not…
saurabh kedia
  • 321
  • 2
  • 11