Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
5answers
29k views

Can someone post a well formed crossdomain.xml sample?

I've been reading that Adobe has made crossdomain.xml stricter in flash 9-10 and I'm wondering of someone can paste me a copy of one that they know works. Having some trouble finding a recent sample ...
6
votes
1answer
1k views

What is the sense of crossdomain.xml and clientaccesspolicy.xml when there is e.g. PHP/cURL?

So let's say I have a site and I do not have a crossdomain.xml or clientaccesspolicy.xml on it. This means that people cannot access my site via Silverlight or Flash applications. But they can use, ...
3
votes
2answers
147 views

java.net.SocketPermission - strange behaviour

I was creating a java applet to collect and proces some data from other websites. The applet is unsigned, and, as I understand it, access to other sites is blocked for security reasons. However, it ...
3
votes
2answers
798 views

Why is Flash demanding a crossdomain.xml file when the .swf and http target are both on localhost?

I've got a small client/server test application where I have a Flex app that makes an HTTP request of a server app. The server app is a script running on my local machine, listening on port 8001. ...
3
votes
3answers
3k views

Silverlight WCF + SSL security error - crossdomain.xml never requested

(I see several questions related to my problem but none of the solutions work for me as I am encountering this problem in production, not during local development, and I've already tried all of the ...
3
votes
3answers
310 views

crossdomain.xml whats the point?

I'm having difficulty in figuring out why crossdomain.xml is a useful feature. It seems back to front to me. Why restrict flash (by default) from reading from publicly available services? What's the ...
3
votes
2answers
405 views

Flex does not recognize crossdomain.xml policy file

I'm using Flex 3 and I want to access a webservice on another server. I've imported the webservice (Data->Import) succesfully into my application, but when I'm accessing the functions in the code ...
3
votes
3answers
482 views

wrong protocol for crossdomain.xml in flex app

I've changed the protocol for my flex app from https to http and flashplayer still wants to download the crossdomain.xml using https though with the port for http. the app is accessed at ...
3
votes
1answer
2k views

Flash security error - Twitter API

I'm trying to hit the Twitter API in my Flash application. It works in the local Flash IDE, but doesn't work when I upload it to my server. I'm getting this error: Error #2044: Unhandled ...
3
votes
2answers
7k views

When it says put crossdomain.xml in the root where would that be on IIS?

Would it be wwwroot, C, the root virtual directory where the assets are hosted, or the same folder that the assets are in? Meaning if I have a virtual directory 'virdir' with a sub directory 'swf', ...
2
votes
1answer
66 views

crossdoman.xml flash sand box violation

I have a crossdomain.xml file sitting in my WebServer folder on a web: <?xml version="1.0" ?> <cross-domain-policy> <allow-access-from domain="*" /> </cross-domain-policy> ...
2
votes
1answer
406 views

Loading one external SWF into another SWF across domains

I have a.swf, which is the SWF file for my main application, and it's trying to load in b.swf, which contains some additional resources as well as some Actionscript. a.swf lives on sub1.domain.com ...
2
votes
2answers
768 views

How to configure the flex crossdomain.xml in Python Google App Engine Sdk

I have created a flex application in the Python Gae sdk and I got the error 2048, so I put a crossdomain.xml under the static folder. The crossdomain.xml is following: <?xml version="1.0"?> ...
2
votes
4answers
641 views

crossdomain.xml prevent caching

After changing domain name where flash application being hosted I should change crossdomain.xml file. That crossdomain.xml is hosted on api-server, which is used by flash application. I see that flash ...
2
votes
1answer
149 views

Help With Cross Domain Flash Variables

I have two flash movies fl_base and fl_top. fl_base contains ActionScript that pulls a string variable from a server and parses it out to determine the navigation menu of a site (the headers, ...
2
votes
4answers
2k views

How to use crossdomain.xml for my flash project…?

Guys.. This drives me crazy...I am trying to build a youtube player with flash and everytime I load a video, there is a runtime security sandbox error..I already put crossdomain.xml in my root ...
2
votes
1answer
1k views

Help with Cross-Domain file for ActionScript 3 Socket

Here is My ActionScript Code: var S:Socket=new Socket("127.0.0.1",2222); Here is My CrossDomain.XML File (Located at http://127.0.0.1/crossdomain.xml) <?xml version="1.0"?> ...
2
votes
1answer
2k views

Java and crossdomain.xml

Does anyone have any experience with Java pulling data from another domain? Assuming my client has a minimum of 1.6.0_10, how likely is it for it to work. I've seen some posts saying it works, then ...
2
votes
3answers
365 views

How to evade Silverlight cross-domain security law?

how to evade Silverlight cross-domain security law? This point is one that I need to go round Cross-domain calls - Browser or Client - Allowed when it is configured per client access policy file ...
2
votes
1answer
2k views

Flash Security Sandbox: crossDomain.xml not working

I have written a simple upload component in Flash, but I am now having issues in uploading due to a Security Sandbox error. I now know this is due to the fact I am uploading from one domain, to ...
2
votes
1answer
5k views

Flash Crossdomain.xml Problems

I'm trying to load Gravatars into Flash. Luckily, they provided a crossdomain.xml file at http://en.gravatar.com/avatar/crossdomain.xml My code: ...
2
votes
1answer
2k views

How do you specify a custom location for crossdomain.xml in actionscript?

We are hosting the swf assets on a media hosting server and can't get a file to the root, anyone know what the code looks like to specify a custom location for crossdomain.xml? Sample code if you have ...
2
votes
5answers
16k views

Flex and crossdomain.xml

I was wondering are there any security concerns with adding crossdomain.xml to the root of an application server? Can it be added to nay other parts of the server and are you aware of any work arounds ...
1
vote
0answers
18 views

is the most restrictive policy in crossdomain.xml equivalent to not having at all?

I can see on the logs of my server a few http 404 for [mydomain]/crossdomain.xml I was wondering if to add therefore this file and configure it to have the most restrictive policy. That is: (taken ...
1
vote
1answer
97 views

crossdomain issue with Flex Application

I have a flex application that has a button that calls a URL. The source of the URL is a location on the same Apache web server as the Flex application. I have dumped a crossdomain file under webapps ...
1
vote
2answers
130 views

Silverlight trying to access local crossdomainpolicy.xml

I have a Silverlight app that I developed locally, and I'm trying to run it on a Windows 2008 R2 server that I personally setup. Everything smooth and dandy, except that when I try to auth on the app, ...
1
vote
1answer
366 views

Communication Exception while calling .asmx service from silverlight

I have a .asmx web service which is hosted on IIS. I took the service reference and i am calling this web service from my silverlight application. But i am getting a communication exception as ...
1
vote
1answer
258 views

Silverlight 4.0: Cross Domain Policy Error

I have a webservice and a Silverlight application. I also have a crossdomain.xml and clientaccesspolicy.xml <access-policy> <cross-domain-access> <policy> <allow-from ...
1
vote
4answers
926 views

Problems with cross-domain.xml files in Flash 10

I feel as though I am banging my head against a wall on this one. I have tried (I think) every variation on a cross-domain xml file with no success. I just cannot seem to make my cross-domain Loader() ...
1
vote
2answers
113 views

Problem with åäö and Flash

I'm trying to access a script on a domain with åäö in the domain name. But flash consistently generates a security error no matter what I do. The setup is like this: http://www.domän.se/admin.html ...
1
vote
3answers
2k views

JqueryAjax Webservice and Crossdomain problem

i am having problem with my Jqueryajax call that will consume one of my web service method via cross domain. i have been trying all the possible way to accomplish but still no success. please help me ...
1
vote
3answers
184 views

SWF Access Across Domains

I have a SWF that contacts a php script all on the same domain. In the first case both are hosted behind the same domain and communicate with no problem. Everything is working great. However when I ...
1
vote
2answers
3k views

What is crossdomain.xml file?

Actually i wish i new where to start from... I have embedded an third party SWF image gallery control, in an personal website of mine. The SWF is XML driven. I load the XML file on the fly as ...
1
vote
3answers
2k views

How to bypass flash crossdomain security

How can I disable crossdomain.xml check when the executing swf has been loaded on localhost? Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: ...
1
vote
2answers
360 views

Flash seems to be caching crossdomain.xml file

I have updated the crossdomain.xml security settings for my site - but it seems that the older version is being cached in both IE and Chrome. I've checked the headers sent by the server and it's not ...
1
vote
3answers
338 views

Flex app cannot download images from other servers

in my flex application: <mx:Image id="imgItem" source="http://notMySyte.com/1.jpg"/> when i run my app, I catch this error: SecurityError: Error #2123: Security sandbox violation: ...
1
vote
2answers
2k views

Flash not finding crossdomain.xml (Amazon S3)

I have a flash app hosted at www.example.com that is trying to pull in assets from my Amazon S3 bucket at http://s3.example.com I have a crossdomain.xml file that is world-readable at the root level ...
1
vote
1answer
547 views

Trouble with crossdomain.xml

I'm having some difficulty getting my cross domain policy to work. I have an swf at http://www.server.com/ that loads in XML and other files. I want to be able to embed that swf in other HTML pages ...
1
vote
1answer
169 views

Is there a way to grab a webpage with Actionscript??? I get a SecurityError

I am trying to grab a webpage with actionscript, but keep getting this error (example trying to grab github.com): [SWF] /get-webpage.swf - 2,708 bytes after decompression Error: Request for ...
1
vote
4answers
853 views

How do I disable silverlight cross-domain content protection for WriteableBitmap

I have an Esri map in silverlight and I am trying to get a screenshot. However, I am facing cross-domain content protection for writeablebitmap, saying "Pixels are not accessible". Is there a way ...
1
vote
3answers
994 views

Flex - How to call a webservice without crossdomain.xml file

How can I consume a webservice that hasn't explicitely created a crossdomain.xml? I understand it's for security and to prevent cross-site scripting, but it does seem like a major limitation to the ...
1
vote
2answers
188 views

Yet Another crosdomain.xml question or: “How to interpret documentation correctly”

I have read a lot about the new policy-policy of flash player and also know the master policy file. Now image the following situation: There are two servers with services (http) running at custom ...
1
vote
3answers
2k views

loading swf from AmazonS3 - crossdomain policy

Looking for a little help if anyone has any experience with this. I have a flash app sitting in domainA which needs to load a swf which comes from an Amazon S3 bucket. On load I get the following ...
1
vote
1answer
614 views

What is the meaning of “host crossdomain.xml from port 843”?

How is a file hosted on one particular port vs another port? In order to get my flex program to do anything, even on localhost, I apparently have to accomplish this, but although I know how to FTP my ...
1
vote
3answers
1k views

Flex Crossdomain.xml file and FTP

How do I use crossdomain with ftp? I am trying to do a "hello world" level test of FTP in Flex, but for three days now, I cannot overcome the issue with how to coerce flex into accepting my ...
1
vote
2answers
1k views

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 ...
1
vote
2answers
945 views

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 ...
1
vote
3answers
361 views

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 ...
1
vote
2answers
5k views

How do I specify a crossdomain policy file to allow Flash to grab a bitmap from an RTMP (Wowza) video stream?

I'm trying to get a bitmap/snapshot of a Wowza video stream playing on my client, like so: var bitmapData:BitmapData = new BitmapData(view.videoPlayerComponent.width, ...
1
vote
5answers
2k views

SWF is not a loadable module

We are creating an app that uses modules which are dynamically loaded into the main swf. The problem we run into, is that we are unable to load the modules located on a test server when we are ...

1 2 3