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

error #2048 Security sandbox violation - cannot load data

I get the below error when i am trying to make a java call from flex. [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Security.Error error Error #2048: Security sandbox violation: …
sudar
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

flex channel.security.error

I am encountering a weird problem. I have a flex application that calls a HTTPService from another domain to retrieve some data. I have created a crossdomain.xml in my flex application with . When i run my application…
Ray
  • 1
  • 1
0
votes
0 answers

Inconsistency in performing Cross Origin requests using actionscript

I am using an SWF generated from the following action script to make cross origin calls from the SWF hosted on http://something.subdomain.victim.com:8000/ to http://victim.com/a?secret=test. https://victim.com has a permissive crossdomain.xml at…
0
votes
2 answers

crossdomain.xml not honored by jwplayer

I have a video player on this site http://aiskacang.com/crawl/pseudo.html The player loads a flv video file seeon.flv from another domain. Currently, even without a crossdomain.xml in the server where seeon.flv is located, the video is loaded…
yingfan
  • 1
  • 1
  • 1
0
votes
1 answer

How can i setting wsdl service in flex project crossdomain.xml

H*ow can i settings crossdomain.xml my flex project.* this is my crossdomain.xml.
cvg
  • 31
  • 1
  • 7
0
votes
2 answers

Is it possible to access digg's API from Flash without using a proxy to get around the cross-domain issues?

Is it possible to access digg's API from Flash without using a proxy to get around the cross-domain issues? I'm a little confused because from googling it appears that the API has (atleast in the past) had a crossdomain.xml file but now trying to…
user82116
  • 418
  • 5
  • 12
0
votes
1 answer

Flex CrossDomain.xml Error - Channel.Security.Error error Error #2048

I am struggling with getting a Flex SWF (which is embedded in JSP) to access remote data (from another domain). I have a crossdomain.xml (which is embedded in my SWF). Its content is as follows:
Michael
  • 87
  • 4
  • 14
0
votes
2 answers

crossdomain.xml request begins with appended GET URL Data

I've created a flash site with a simple hit to a server to pull down search data. The server is a client server, located on another domain, so I created a crossdomain.xml to load at their root. I kept getting sandbox security errors, so I ran…
Andrew Zimmer
  • 3,183
  • 1
  • 19
  • 18
0
votes
1 answer

Flash SecurityError about sandbox. force to loadPolicyFile ,but it didn't work

i have a crossdomain.xml on my server. but it not in "/". and i use loadPolicyFile to load this…
Saito
  • 168
  • 6
0
votes
3 answers

problems with crossdomain.xml, silverlight 4

For some reason my crossdomain.xml is never accepted by Silverlight and I'm getting the SecurityException everytime. I'm using SL4 and HTTPS. The server is offline to begin with, the first request fails. After 60 seconds, the client again requests…
Chan
  • 49
  • 4
0
votes
2 answers

How to configure the flex crossdomain.xml in tipfy

I would like to know how to configure the flex crossdomain.xml in tipfy with the Google app engine skd. Please advice. Thanks. Edit: Tipfy is a framework using in Gae. I would like to know: where I can place the crossdomain.xml, in the root or…
michael
  • 1,160
  • 7
  • 19
0
votes
2 answers

My silverlight application is still trying to connect to localhost after being published to a remote server

I'm developing a silverlight application that uses a web service. It works just fine when I run it on my local machine but when I publish it to a remote server, it fails because it is looking for a a crossdomain.xml policy at localhost:4689 instead…
0
votes
2 answers

Flash uploader - crossdomain issues

I'm using YUI file uploader based on flash, and the flash requests host/crossdomain.xml file. I'm requesting localhost and it requires this file. I was using this before and I have never had this problem and I've never had this file on my…
lisak
  • 21,611
  • 40
  • 152
  • 243
0
votes
1 answer

How to get around Security Sandbox issues with Flash in an Android WebView

I have a WebView loading a swf using loadUrl(). My app saves files from the web locally and then uses flash to show them. Keep running into a 2148 error for the crossdomain.xml. Anyone get around this and access files from the SD Card or…
Eric Novins
  • 431
  • 3
  • 15
0
votes
2 answers

Is it possible to prevent a locally-running SWF (AS3) from downloading from my website?

I've got a crossdomain.xml file which allows SWFs running on only a certain few domains to download resources from my domain. However, one simple way around this is for a user to download the SWF to their local machine, and run it there (i.e. by…
Matt
  • 1,412
  • 3
  • 15
  • 18