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

Crossdomain.xml and iPad

As far as I understand, the crossdomain.xml file technique for crossdomain XHR is based on Flash. This settings on the server allows Javascript code from the client (using flash) to bypass the Same Origin Policy. I was wondering if that technique…
Cristobal Viedma
  • 990
  • 1
  • 8
  • 20
0
votes
1 answer

Google Analytics with Silverlight HTTPS cross domain policy problems

I'm sending simple messages to Google Analytics from a Silverlight app. They look something like this (data changed): http://www.google-analytics.com/collect?v=1&tid=foobar&cid=foobar&t=pageview&dp=foobar&dt=foobar Very simple API. If I use HTTP it…
0
votes
2 answers

how to create setup crossdomain for Flash project

I am trying to add a crossdomain file for my flash project...haven't done it before..and there are not too much information online....Anyone can help me about it??Thanks
FlyingCat
  • 14,036
  • 36
  • 119
  • 198
0
votes
0 answers

Troubleshooting possible Crossdomain.xml error in macromedia flash player

I'm currently having an issue with Kaplan University over their seminar software. Due to some changes a few months back I started to get No Such Service errors when I tried to access their seminars. All other aspects of the site work normally. …
Amut
  • 101
  • 1
0
votes
1 answer

Unable to get the profile picture due to missing crossdomain.xml

I use the AirConsole Unity to get profile pictures of players inside the game with: AirConsole.instance.GetProfilePicture ( deviceId, 320 ); This works great with the editor. However, in a production build (WebGL), an exception is thrown because…
David
  • 3
  • 5
0
votes
2 answers

How do I solve Error: [strict] Ignoring policy file at http://my.domain.com/crossdomain.xml due to bad Content-Type 'binary/octet-stream'?

This is an ActionScript 3 problem... I am hosting a swf on my.domainA and I am requesting a jpg from my.domainB ( of course I'm obsfucating the domain names ) the using this code: var request:URLRequest = new URLRequest(result.image); …
0
votes
0 answers

AS2 crossdomain BitmapData.draw image comes out blank

I'm trying to load an image from another server into my Flash file and then turn it into a bitmap, so I can use it more than once. I used the code here. It works within the Flash program, but when I run the .swf in a browser, the bitmap comes out…
0
votes
1 answer

Monitor load of crossdomain.xml file?

Is there any way to monitor the loading of the crossdomain.xml file? I'd like report the load times of this file, since it seems to be intermittently taking longer than expected. There doesn't seem to be an event from URLLoader and…
Seanonymous
  • 1,304
  • 10
  • 30
0
votes
1 answer

Policy File Permissions issue on uploading image to GAE using Blobstore Python API with Flex app (.swf) from different domains

I am receiving error message while uploading image to Google App Engine using Blobstore Python API with my Flex app from different domains. Error message: ===================== Start Error Message =================== Request for resource at…
0
votes
1 answer

Unity3d: crossdomain.xml not being re-examined after a network failure

We have a game that communicates with a server (which has a proper crossdomain.xml file), and everything works fine using the web player. But we are adding some logic to handle error conditions, and that is where we have run into a problem. What we…
0
votes
1 answer

flash path for crossdomain.xml

I am new to flash, I had found that my flash swf files need crossdomain.xml file, I just need to deploy the code from one server to another server. But while trying to login to my application. I found that the crossdomain.xml file path points to old…
0
votes
1 answer

where should keep crossdomain.xml

where to place crossdomain.xml file. i am having secure web server which redirect to application server. Should i place it under root directory of web server or under root directory of application server.
Vikam
  • 1
0
votes
1 answer

How to define custom location for crossdomain.xml file?

I'm using FTP over SSL and hence root directory cannot be accessed by me. www.xyz.com/crossdomain.xml (default search location) does not exist. I want the target search location to be www.xyz.com/klm/crossdomain.xml I have no clue how to proceed…
Samarth Misra
  • 361
  • 1
  • 3
  • 6
0
votes
1 answer

Add crossdomain.xml to app.yaml file for simple PHP app

I've problem with editing app.yaml for simple php app has'nt directories that contains 5 files on the root index.php config.php welcome.php share.php crossdomain.xml my app.yaml application: myapp version: alpha-001 runtime:…
0
votes
0 answers

can't get rid of security error in flash applet - crossdomain.xml seems to be ignored

I'm trying to setup a streamingserver. I have one server, called foo.net wich is hosting the ssl-secured website with the flash based player applet (musesplayer). The URL for this would be https://foo.net/music/i/player I have a second server,…
errorsmith
  • 13
  • 3