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

Flash not even requesting crossdomain.xml

I have a swf hosted at a.domain.com: Embed the player on a.domain.com: Flash player loads, sends loaded callback, have camera access Embed the player on b.domain.com: Flash player loads, no javascript callbacks, no camera access My…
bschaeffer
  • 2,824
  • 1
  • 29
  • 59
0
votes
1 answer

Test Policy File service without Flash?

I have a Policy File service written in Node.js (Windows 7 environment). I simply want to test that the service returns the policy when a request is made over port 843, but without using Flash (i.e. Telnet, Browser, Powershell, Python, anything…
0
votes
1 answer

Setting Connection-Timeout for crossdomain.xml check in Java

I am using a sandboxed applet (Java 8u25) in a webpage which is trying to connect to another port on the same server. In older Java-Version (pre 8) this worked without any problems. With java 8 this kind of access is considered a cross-domain access…
Frederic Leitenberger
  • 1,949
  • 24
  • 32
0
votes
1 answer

flash swf crossdomain.xml accessing webhost

i already uploaded my swf file on my webhost but everytime it runs, it didn't fetch the records on my database. i already tried placing my crossdomain.xml at the root folder inside the public_html. i also found out that it always access my localhost…
0
votes
0 answers

ASP-Classic Crossdomain upload issue

I've been working on an old upload function on a website that is made using ASP-classic. It has a flash file that acts as the interface for the uploader, which seems to be working. I press upload after selecting an image file, but then it presents…
Nick
  • 1,082
  • 1
  • 15
  • 27
0
votes
0 answers

Load External Image in Flex Mobile App

I am trying to load images from my website on my Flex Mobile Application. When I run the code using my localhost, everything works perfectly. However, when I try to load the images from my live website, I get the error: IOErrorEvent…
Bryan
  • 17,201
  • 24
  • 97
  • 123
0
votes
3 answers

Flex: Security error trying to access Google Checkout

I'm trying to integrate a Flex app with Google Checkout and code that runs fine on my local machine is throwing a Security Error when I test on my site. Here's the error: Warning: Failed to load policy file from…
JLeonard
  • 8,520
  • 7
  • 36
  • 36
0
votes
1 answer

Flash crossdomain multipart POST not working?

I'm using moxie as an XHR2 polyfill to issue a crossdomain POST file upload, using a FormData to construct a multipart request containing a File object from a FileInput. Using the HTML5 runtime, the request is successful and the file is uploaded.…
Kara Brightwell
  • 2,529
  • 1
  • 21
  • 29
0
votes
1 answer

Cross domain access not working

I'm trying to make cross domain request to xml file. In .htaccess I have Header set Access-Control-Allow-Origin "*" and in apache2/sites-available/default Options FollowSymLinks …
0
votes
1 answer

Unity3d Webplayer using Twitter: crossdomain request blocked

In Unity 3D I use the WWW class to search on twitter. It works well on PC and Android, but it fails in WebPlayer because of it's security sandbox. I tried -htaccess rewrite rules: no success -PHP proxy from my server to https://api.twitter.com: no…
0
votes
3 answers

Flash redirect problem when not loaded from the same vhost

We've got a flash file that takes a URL parameter for redirecting on click. When it's hosted from the primary domain, and the SWF is included in HTML from the primary domain, the redirect works properly. However, when it's hosted on the secondary…
Glen Solsberry
  • 11,960
  • 15
  • 69
  • 94
0
votes
0 answers

Having trouble tracking down a crossdomain javascript to php post

I'm trying to update a mySQL database using variables from Server A and PHP at Server B. I have access to both servers. Here's my jQuery on server A. $.post( "http://xxx/xxx/xxx/update.php", { vote:currentVote, page:pageURL, round:roundNumber…
Layne
  • 642
  • 1
  • 13
  • 32
0
votes
1 answer

Issues parsing cross domain xml with jQuery

I found a solution here on SO for retrieving cross domain xml files, however I am unable to parse the returned data. I also need to set a timeout function on this in order to keep it refreshing - it is price/voulume data. //the remote xml site =…
Dirty Bird Design
  • 5,333
  • 13
  • 64
  • 121
0
votes
1 answer

Security issues when using Amazon S3 file hosting for Flex modules/swfs

What kind of security issues am I going to run into when hosting a Flex site (with multiple modules) using Amazon S3's hosting? Can I even communicate between two different swfs if they're loaded from two different subdomains? (These will be…
Simon
  • 525
  • 1
  • 14
  • 21
0
votes
2 answers

Do you need to put something in your code to access an asset allowed by crossdomain.xml?

Wondering if I need to do something in my swf to be able to access the assets on a different server, meaning more than just specify the url to the asset. Will flash handle the 'go get crossdomain.xml and authenticate everything' behind the scenes or…
MetaGuru
  • 42,847
  • 67
  • 188
  • 294