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
0 answers

Security Error in Silverlight Application

i have deployed my silverlight app, service and database all in different server. but when trying to run app, got security error. after doing researches, there are mostly the same solution which is about clientaccesspolicy.xml and crossdomain.xml.…
jeliey
  • 21
  • 1
  • 1
  • 6
1
vote
1 answer

Trouble with crossdomain.xml

I'm having some difficulty getting my cross domain policy to work. I have an swf at http://www.server.com/ that loads in XML and other files. I want to be able to embed that swf in other HTML pages (YouTube stylee) that aren't in the same domain. It…
Trist
  • 1,306
  • 1
  • 11
  • 17
1
vote
1 answer

Calling SAP SOAP Webservices via Ajax Javascript – Go round the cross-domain-policies

I’m trying to develop a web application, which should submit a SOAP-Request (POST) to a SAP Webservice using Ajax / Javascript. After that the appropriate data from the SAP System should be displayed on the web application. However, I’m now faced…
sahindbu
  • 11
  • 3
1
vote
1 answer

Is there a way to grab a webpage with Actionscript??? I get a SecurityError

I am trying to grab a webpage with actionscript, but keep getting this error (example trying to grab github.com): [SWF] /get-webpage.swf - 2,708 bytes after decompression Error: Request for resource at http://github.com by requestor from …
Lance
  • 75,200
  • 93
  • 289
  • 503
1
vote
3 answers

Is maps.google.com accessible from a Silverlight app?

maps.google.com's crossdomain.xml file is as follows:
mackenir
  • 10,801
  • 16
  • 68
  • 100
1
vote
5 answers

Does anyone know if the crossdomain policy file at salesforce.com has changed?

Suddenly my Flex Apps can no longer connect to salesforce.com via its API, I am getting a security sandbox violation. Login credentials are correct, I have tried them via a different means, and I have obfuscated them below. This was working fine…
Simon
  • 78,655
  • 25
  • 88
  • 118
1
vote
0 answers

as3 Error #2048: Security sandbox violation when trying to connect through socket

I have a SWF file embedded in a PHP web application. All local and on my system. I want to make a socket connection from my SWF to localhost:4242 (which is an eye tracker api). When I run SWF using flash player everything works fine. But when I run…
elahehab
  • 325
  • 3
  • 16
1
vote
4 answers

How do I disable silverlight cross-domain content protection for WriteableBitmap

I have an Esri map in silverlight and I am trying to get a screenshot. However, I am facing cross-domain content protection for writeablebitmap, saying "Pixels are not accessible". Is there a way that I can disable this? or any other work around in…
Devphil
  • 295
  • 2
  • 10
  • 20
1
vote
2 answers

How to enable CORS for simple AJAX web application

I have searce a lot of solutions about AJAX call CORS, but I still can not get XML data from that other server. This is console note: XMLHttpRequest cannot load url.xml. No 'Access-Control-Allow-Origin' header is present on the requested resource.…
DaniKR
  • 2,418
  • 10
  • 39
  • 48
1
vote
3 answers

Flex - How to call a webservice without crossdomain.xml file

How can I consume a webservice that hasn't explicitely created a crossdomain.xml? I understand it's for security and to prevent cross-site scripting, but it does seem like a major limitation to the Flex framework. For example, if I want to consume…
Stephane Grenier
  • 15,527
  • 38
  • 117
  • 192
1
vote
2 answers

Yet Another crosdomain.xml question or: "How to interpret documentation correctly"

I have read a lot about the new policy-policy of flash player and also know the master policy file. Now image the following situation: There are two servers with services (http) running at custom…
cboese
  • 104
  • 6
1
vote
0 answers

SecurityErrorEvent in jwplayer from local

I have strange error with jwplayer, when I publish video from their site, in preview all works fine with url - http://qaq.ngrok.com/video/advice/53d8f2145a2b89830479d8e2/video.m3u8 But when I copy code after preview, and run it from local, or from…
gaskar
  • 113
  • 8
1
vote
1 answer

Unity3d- crossdomain.xml policy file not found when trying to register to a database server

I am having this problem for about two days now and I tried all the solutions that I could find online, but still no luck. what's happening is that in my game, when I press a specific button I am supposed to register to a private database server of…
Chaos Monkey
  • 964
  • 1
  • 6
  • 18
1
vote
1 answer

What is the meaning of "host crossdomain.xml from port 843"?

How is a file hosted on one particular port vs another port? In order to get my flex program to do anything, even on localhost, I apparently have to accomplish this, but although I know how to FTP my crossdomain.xml to my GoDaddy server, I don't…
Joshua
  • 6,643
  • 15
  • 55
  • 76
1
vote
3 answers

Flex Crossdomain.xml file and FTP

How do I use crossdomain with ftp? I am trying to do a "hello world" level test of FTP in Flex, but for three days now, I cannot overcome the issue with how to coerce flex into accepting my crossdomain policy - even for testing purposes. Here is my…
Joshua
  • 6,643
  • 15
  • 55
  • 76