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

Need to have SWF on a server but data on another

I need to host my full-Flash SWF site on "xx.com" server. But all graphics and sounds have to be loaded off "yy.com" server. Inside my AS3 code, all data is loaded by absolute addresses, e.g: http://yy.com/file1.jpg http://yy.com/file2.jpg If I run…
0
votes
1 answer

Transforming crossdomain.xml on publish in asp.net web application

I'm attempting to transform crossdomain.xml for different environments, just like regular web.config files. I've tried using SlowCheetah add-in for visual studio, but it doesn't play well with web applications. It kept publishing transform files…
Sergey Akopov
  • 1,130
  • 1
  • 11
  • 25
0
votes
2 answers

Crossdomain.xml file is not found when trying to access through https

So my Unity game works perfect on the webplayer when I upload it to my hosting server if I access it non-secure but when I try to access it through https it loads the game fine & all but I get the error in game: Rejected because no crossdomain.xml…
Jay Gunawardena
  • 65
  • 2
  • 12
0
votes
1 answer

crossdomain.xml workaround without access to root of vhost

I'm trying to use a playlist XML file with JW Player which requires crossdomain.xml to live in the domain's root directory. I do not have read/write access to the domain's root directory, however. Does anyone know of a workaround?
Chad Johnson
  • 21,215
  • 34
  • 109
  • 207
0
votes
1 answer

crossdomain.xml file for Silverlight POST

Okay I'm doing a simple post like WebClient webClient = new WebClient(); webClient.Headers["content-type"] = "application/x-www-form-urlencoded"; webClient.Encoding = Encoding.UTF8; webClient.UploadStringAsync(new…
Josh
  • 1,648
  • 8
  • 27
  • 58
0
votes
1 answer

Attempting to access SOAP Service from Silverlight App, clientaccesspolicy.xml, crossdomain.xml

I am getting the dreaded "attempting to access a service in a cross-domain way without a proper cross-domain policy in place" error when attempting to call a soap service. When I look at fiddler, it says 2| 404 | HTTP |…
Josh
  • 1,648
  • 8
  • 27
  • 58
0
votes
2 answers

Too many requests for crossdomain.xml

I have a zend framework application that sends me an email in the error controller whenever an error occurs that includes pages not found, can someone tell me why someone requests this file: /crossdomain.xml ? Should I permanently block the…
MikeGA
  • 1,262
  • 4
  • 17
  • 38
0
votes
1 answer

Flash Player embedded in .NET WinForms app cannot load HTTPS content with self-signed certificate

I have a Flash Player ActiveX control embedded in a .NET WinForms application and am trying to load a SWF into the FP control over an HTTPS url. In development I'm using a self-signed certificate and it seems that in this scenario I can't get FP to…
Samuel Neff
  • 73,278
  • 17
  • 138
  • 182
0
votes
1 answer

Flash images traped behind white boxes

I am having that problem that on my page. My images are traped under some white boxes. See it live here: http://kjacobsen.dk click on Archive Anyone that know what is causing this problem? The flash is loaded with SWFObject v1.4.4 with XML 1.0…
Rails beginner
  • 14,321
  • 35
  • 137
  • 257
0
votes
1 answer

Flash App loading crossdomain.xml from app server fails?

Overview I'm writing a web application using three tier architecture. I have three Amazon EC2 ubuntu servers. The first server handles the presentation of the application and includes my main flash file. The second EC2 instance represents my…
0
votes
3 answers

Cross Domain Access Policy not working for silverlight hosted in IIS

My silverlight application is currently hosted in IIS and is set up to only use HTTPS. the silverlight web project is the root of the IIS website and the webservices project is a seperate web application mapped to /Services. I can navigate to my…
Midimatt
  • 1,114
  • 2
  • 17
  • 35
0
votes
2 answers

crossdomain.xml - Can't access Google Geocode API

I'm experiencing the popular Security Sandbox violation... I use Google Maps Flex API and now i want to access the Google Geocoding API . For this , i use the HTTPService :
vettipayyan
  • 3,150
  • 3
  • 25
  • 34
0
votes
1 answer

AS3 Cross-domain Error

I have a SWF file which is on suppose myserver1.com/my.swf and I have an cross domain file
coderex
  • 27,225
  • 45
  • 116
  • 170
0
votes
2 answers

Security error when trying access remote data from swf

My swf application at domain http://domain1.com/myroot/ must use resources from domain http://domain2.com/myroot2/ When the swf trys to access resources from secondary domain, it get SecurityError: Error #2048: Security sandbox violation. It…
Sat
  • 352
  • 2
  • 13
0
votes
1 answer

flash cannot access the webservice

I am using flex/actionscript. i have created a webservice with following path http://192.168.0.110/cgi/reg.cgi? When i run the above url its works fine. but when i use it using httpservice and send method it is giving me error. event:…
lsharma
  • 121
  • 4