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

How to handle crossdomain.xml in django?

I'm running an an ubuntu vm - django is running under apache2 behind nginx I need to setup crossdomain.xml - currently getting 'access denied' etc when trying to play flash movs whats the best way to set this up?
zack
  • 3,198
  • 2
  • 35
  • 51
1
vote
1 answer

Flex - Request for crossdomain.xml is attempting to use https on an http port and timing out

My Flex application is being hosted at http://:8080/MyApp/Login.html, when I go there there is a request for http://:8080/crossdomain.xml is created, as well as a request for https://:8080/crossdomain.xml. This happens when I attempt to…
Dave Lugg
  • 2,326
  • 2
  • 15
  • 23
1
vote
2 answers

Flash FlowPlayer crossdomain.xml error

I posted a problem I'm having with the FlowPlayer jQuery plugin at http://static.flowplayer.org/forum/1/29367, but I've had no response, so I thought I'd try the larger user base here... :) I am having a problem with crossdomain.xml and the audio…
TimS
  • 5,922
  • 6
  • 35
  • 55
1
vote
1 answer

Cross domain policy file over net.tcp for WCF servicehost and Silverlight 5

I have a locally hosted WCF service and a silverlight 5 app that communicates with it. By default silverlight tries to obtain the cross domain policy file over HTTP when making calls to the WCF service. I need to change this so that the policy file…
1
vote
1 answer

How to access external data inside flash?

I am new to flash, I have a flash (.swf) file to display my database content through WSDL method. When it is loaded, I can see my data, But it shows some error when it tries to refresh the flash object by itself internally. I am using eclipse for…
1
vote
0 answers

need "crossdomain.xml" for my unity3d application

I put my unity3d application on Facebook, but the login did not work because I need crossdomain.xml in the root of host according to this doc. I put it into my website, and it works for me , but not on Facebook. I think that it needs to be put it…
1
vote
1 answer

Youtube browser upload with flash (Security error #2049)

I'am trying to upload video to Youtube with flash from browser. Usual HTML form created with official API works fine, but I need progress bar. I'm trying to use SWFUpload, Uploadify and Yahoo UI, but all uploaders throws Security Error #2049. I…
Ivan Grishaev
  • 1,583
  • 10
  • 15
1
vote
1 answer

Flash Crossdomain.xml Security

How can I hide the IP Address from crossdomain.xml file and give access to all the client IPs to access the server data from web server application. Here is an example The following are the client IPs…
1
vote
3 answers

Same domain but security error

I am hosting a java service and a flex application on the same server. The flex application accesses the java service. As the flex application loads I get a security error, how can this happen? I thought I do not need a crossdomain.xml when hosting…
Sebastian Müller
  • 5,471
  • 13
  • 51
  • 79
1
vote
0 answers

swf banner hosted on domain A does not geturl when embedded on domain B

I want to host swf banner ads and allow others to embed them without them having to upload a copy of the swf to their webserver. The problem is the link on the swf, which doesn't work if the swf is embedded on a page on another domain. So swf in …
1
vote
1 answer

crossdomain.xml location when Tomcat is running in Eclipse

I need to use a crossdomain.xml file to access my WebApp from a dev sandbox. I gather from other SO posts that it should be accessible at http://localhost:8080/crossdomain.xml , hence in tomcat ROOT webapp. Where the heck is that ROOT directory when…
MonoThreaded
  • 11,429
  • 12
  • 71
  • 102
1
vote
0 answers

Tomcat: place crossdomain.xml with redirect

We have a website which is running as webapp on tomcat. If we place the crossdomain.xml in the ROOT webapp folder it isnt accessible because the domain redirects every request to the /webappxyz folder. Is there a way to except the /crossdomain.xml…
1
vote
1 answer

Flash Player looks for crossdomain in site root URL and hangs

I have flash on my site.com and resources (images) on other site with IP address only (suppose 1.1.1.1). I have itemrenderers with s:Image sorce="{FullPathTo1.1.1.1/imageName}". In http://1.1.1.1/crossdomain.xml we have:
radistao
  • 14,889
  • 11
  • 66
  • 92
1
vote
1 answer

crossdomain.xml 401 error when accessing site when already authenticated

I have a SingleSignOn solution in place from 1 domain to the other. It is done by a silverlight app which sends an authenticated request to my other domain. The problem I have is that when I go to the silverlight page, when I'm not logged on to the…
stvn
  • 1,148
  • 1
  • 8
  • 24
1
vote
1 answer

jquery file does not work outside of domain (crossdomain.xml)

I have read through numerous questions posted here about jquery and cross-domain implementation. What I am about to ask I believe is illegal but... Background: I "downloaded" (ripped really) a web-template from templatemonster. This template does…