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
0
votes
1 answer

BingMaps Silverlight can not use tilesouce that is http, only https works

I've been following a whole bunch of tutorials on how to get overlays working in bing maps silverlight and they all appear to not even mention this problem of mine. Example of tutorial:…
0
votes
2 answers

Implement response header in Ajax call

Below is a cross-domain call I'm trying to make via an Ajax call. The web service we're using only returns XML, so I cannot use jsonp as a dataType. As I have it written below, I receive the following error in Chrome's debugger: Uncaught…
NealR
  • 10,189
  • 61
  • 159
  • 299
0
votes
0 answers

How to setup AS3 to communicate to remote server via sockets?

I have a basic mini game working with flash and node.js in my localhost, and I'm hoping to move the backend to a remote server. I've created an Amazon EC2 instance, installed node.js, npm and got it running and listening on port 1337. The thing is…
Bastrix
  • 161
  • 1
  • 10
0
votes
2 answers

Flash / Flex crossdomain.xml help

I am trying to figure out how to properly setup my crossdomain file. Here is what I have so far:
Daveed
  • 149
  • 2
  • 8
0
votes
1 answer

Blacklist cross-domain policy file

Is it possible with a cross-domain policy file for use with Flash/AS3 to specify a blacklist? i.e. allow all URLs except the ones listed? So far I have only used it with whitelisting.
0
votes
1 answer

Flex using assql to connect to database, Flex - Security Sandbox violation

I write a small flex project that connect to local database the code is below: _dbData=new DataBaseData(); _dbData.username="root"; _dbData.password="woxnsk"; _dbData.host="192.168.2.225"; _dbData.port=3306; …
0
votes
1 answer

Can I retrieve my Flex .swf and images from different Amazon S3 buckets?

I have a Flex 3 SWF in one Amazon S3 bucket, which dynamically loads images for buttons which are stored in another S3 bucket. I have set a completely open crossdomain.xml file in each bucket, but when I call the SWF from my web site, only a few…
Jaymie Thomas
  • 812
  • 2
  • 10
  • 22
0
votes
1 answer

Setting Up Flex Project with Coldfusion

We recently built a new dev server for flex builder and installed coldfusion 8. We currently have everything working on our old server using coldfusion 7. We copied the services-config.xml and our project over to the new server. It compiled fine, I…
Chris Klepeis
  • 9,783
  • 16
  • 83
  • 149
0
votes
1 answer

Flash and multiple domain / sub domains => crossdomain.xml?

I am trying to use a flash script (plupload) on all my domains and sub-domains hosting it on my static sub-domain. The swf file is placed on my static.mydomain.com/path/to/file.swf And I want to use this file on my others domains and subdomain like…
Seb33300
  • 7,464
  • 2
  • 40
  • 57
0
votes
0 answers

what's crossdomain.xml?

I have recently ran my website with CakePHP. Today, when I was looking at the logs, I found this line: Error: [MissingControllerException] Controller class Crossdomain.xmlController could not be found. It means this page is not…
mrdaliri
  • 7,148
  • 22
  • 73
  • 107
0
votes
1 answer

http access to crossdomain.xml within flash

I have an html hosted on Amazon which basically has an embedded flash object on it. I am accessing this html through https protocol and the common "Do you want to view only the webpage content that was delivered securely" alert on IE is being…
kandan
  • 715
  • 2
  • 12
  • 39
0
votes
1 answer

error trying to utilize a crossdomain.xml file with a sharepoint server

I'm trying to get a .swf file stored on a website to access files stored on my SharePoint server and I am having trouble getting the crossdomain.xml file on the SharePoint server to work properly. I am somewhat confused on where to place the file. …
avorum
  • 2,243
  • 10
  • 39
  • 49
0
votes
1 answer

Glassfish docroot and unreachable crossdomain

I am trying to access a webservice from Flex. The webserivce is deployed on Glassfish 3.1 application server. Now, Flex needs a "crossdomain.xml" file at the root (top-level) of the server. Here is the problem: I searched and found that the…
Ido Barash
  • 4,856
  • 11
  • 41
  • 78
0
votes
0 answers

Security issues with Wordnik API AS3

I'm making an online game, that uses Wordnik API AS3 to fetch word definitions. Everything works fine when i'm testing localy (sandboxType: localTrusted). But when I upload my .swf (sandboxType: remote or localWithNetwork) I get Wordnik API response…
pioiwan
  • 3
  • 1
0
votes
0 answers

WCF/Silverlight crossdomain and client access policy

I have an application accessible from Forefront UAG (reverse proxy), which calls a WCF service. Running the application without the proxy, it works well, but from the proxy, the application can't get the clientaccesspolicy.xml and crossdomain.xml…
1 2 3
14
15