The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

Can I use one crossdomain file for two feeds?

I'm doing a website in Adobe Flash (ActionScript 3), and on the website there's an RSS feed and a Twitter feed. I had to make a crossdomain.xml-file to make the Twitter-feed show on the website. ...
0
votes
1answer
78 views

Master policy file vs. crossdomain.xml in subdirectories

I have a swf on localhost which tries to read a text file from another server - example.com. The text file is in a subdirectory as follows: example.com/test/example.txt First here are the contents of ...
0
votes
1answer
49 views

FullCalendar Cross Domain Issue

I'm trying to set up FullCalendar on my localhost to test it out. Here's the code: $( '.calendar' ).fullCalendar( { header: { left: 'prev,next today', center: 'title', ...
0
votes
1answer
62 views

Flex WebService POST changes https to http

I have a Flex app which needs to connect to an https web service. The web service WSDL URL is given as wsdl-url.company.com where SSL-offloading is used. The Flex app resides at the same server the ...
1
vote
1answer
127 views

Cross domain policy file over net.tcp for WCF servicehost and Silverlight 5

I have a locally hosted WCF service and a silverlight 5 app that communicates with it. By default silverlight tries to obtain the cross domain policy file over HTTP when making calls to the WCF ...
0
votes
1answer
55 views

BingMaps Silverlight can not use tilesouce that is http, only https works

I've been following a whole bunch of tutorials on how to get overlays working in bing maps silverlight and they all appear to not even mention this problem of mine. Example of tutorial: ...
0
votes
2answers
88 views

Implement response header in Ajax call

Below is a cross-domain call I'm trying to make via an Ajax call. The web service we're using only returns XML, so I cannot use jsonp as a dataType. As I have it written below, I receive the following ...
0
votes
0answers
35 views

block remote swf inclusion with crossdomain.xml

ive been killing my head trying to figure it out this crossdomain.xml question. Im using 123flashcat on my dedicated server where the software is all hosted in my dedicated server, including the swf ...
0
votes
1answer
84 views

Unable to access external data inside flash

I am new to flash, I have a flash (.swf) file to display my database content through WSDL method. When it is loaded, I can see my data, But it shows some error when it tries to refresh the flash ...
0
votes
0answers
160 views

How to setup AS3 to communicate to remote server via sockets?

I have a basic mini game working with flash and node.js in my localhost, and I'm hoping to move the backend to a remote server. I've created an Amazon EC2 instance, installed node.js, npm and got it ...
1
vote
0answers
158 views

need “crossdomain.xml” for my unity3d application

I put my unity3d application on Facebook, but the login did not work because I need crossdomain.xml in the root of host according to this doc. I put it into my website, and it works for me , but not ...
0
votes
0answers
92 views

Cannot load crossdomain.xml file

My website autoredirect in https everything that is http with the .htaccess. One page has to serve an embedded .swf not secured by https To prevent the failed loading of the embed I had to redirect ...
0
votes
1answer
771 views

How can I fix a Flash security error #2048

I have having an error in flash #2048. Everything I can find points to the fact this this is a security precaution as the files are not on the same domain. We have a site running on Rackspace cloud ...
1
vote
1answer
126 views

Youtube browser upload with flash (Security error #2049)

I'am trying to upload video to Youtube with flash from browser. Usual HTML form created with official API works fine, but I need progress bar. I'm trying to use SWFUpload, Uploadify and Yahoo UI, but ...
0
votes
1answer
61 views

Blacklist cross-domain policy file

Is it possible with a cross-domain policy file for use with Flash/AS3 to specify a blacklist? i.e. allow all URLs except the ones listed? So far I have only used it with whitelisting.
0
votes
1answer
132 views

Flex using assql to connect to database, Flex - Security Sandbox violation

I write a small flex project that connect to local database the code is below: _dbData=new DataBaseData(); _dbData.username="root"; _dbData.password="woxnsk"; ...
1
vote
1answer
267 views

Flash Crossdomain.xml Security

How can I hide the IP Address from crossdomain.xml file and give access to all the client IPs to access the server data from web server application. Here is an example The following are the ...
0
votes
0answers
42 views

Default policy enforced when crossdomain.xml not found?

What is the default policy enforced by clients when a crossdomain.xml file is not found on a host? What factors should I consider when determining an explicit crossdomain.xml policy?
1
vote
0answers
86 views

swf banner hosted on domain A does not geturl when embedded on domain B

I want to host swf banner ads and allow others to embed them without them having to upload a copy of the swf to their webserver. The problem is the link on the swf, which doesn't work if the swf is ...
0
votes
1answer
326 views

crossdomain.xml location when Tomcat is running in Eclipse

I need to use a crossdomain.xml file to access my WebApp from a dev sandbox. I gather from other SO posts that it should be accessible at http://localhost:8080/crossdomain.xml , hence in tomcat ROOT ...
0
votes
0answers
80 views

Flash Slideshow Error, “Slideshow data cannot load due to security issue”

The slideshow at http://blog.fairmountfibers.com/knitters-gallery is not working. It have been working on another domain(http://www.fairmountfibers.com/knitters-gallery currently redirected). After ...
1
vote
0answers
61 views

Tomcat: place crossdomain.xml with redirect

We have a website which is running as webapp on tomcat. If we place the crossdomain.xml in the ROOT webapp folder it isnt accessible because the domain redirects every request to the /webappxyz ...
0
votes
1answer
99 views

Flash Player looks for crossdomain in site root URL and hangs

I have flash on my site.com and resources (images) on other site with IP address only (suppose 1.1.1.1). I have itemrenderers with s:Image sorce="{FullPathTo1.1.1.1/imageName}". In ...
0
votes
0answers
170 views

Flash and multiple domain / sub domains => crossdomain.xml?

I am trying to use a flash script (plupload) on all my domains and sub-domains hosting it on my static sub-domain. The swf file is placed on my static.mydomain.com/path/to/file.swf And I want to ...
0
votes
0answers
169 views

what's crossdomain.xml?

I have recently ran my website with CakePHP. Today, when I was looking at the logs, I found this line: Error: [MissingControllerException] Controller class Crossdomain.xmlController could not be ...
0
votes
1answer
122 views

crossdomain.xml 401 error when accessing site when already authenticated

I have a SingleSignOn solution in place from 1 domain to the other. It is done by a silverlight app which sends an authenticated request to my other domain. The problem I have is that when I go to ...
0
votes
1answer
195 views

http access to crossdomain.xml within flash

I have an html hosted on Amazon which basically has an embedded flash object on it. I am accessing this html through https protocol and the common "Do you want to view only the webpage content that ...
0
votes
0answers
103 views

Address verification/validation service that supports cross-domain requests

I am looking for a solution to verify/validate addresses on a Web form, without the overhead of a proxy. I tried the USPS Web service, but apparently it doesn't support json-P or CORS. Is there any ...
0
votes
1answer
83 views

error trying to utilize a crossdomain.xml file with a sharepoint server

I'm trying to get a .swf file stored on a website to access files stored on my SharePoint server and I am having trouble getting the crossdomain.xml file on the SharePoint server to work properly. I ...
0
votes
1answer
418 views

Glassfish docroot and unreachable crossdomain

I am trying to access a webservice from Flex. The webserivce is deployed on Glassfish 3.1 application server. Now, Flex needs a "crossdomain.xml" file at the root (top-level) of the server. Here is ...
0
votes
0answers
114 views

Security issues with Wordnik API AS3

I'm making an online game, that uses Wordnik API AS3 to fetch word definitions. Everything works fine when i'm testing localy (sandboxType: localTrusted). But when I upload my .swf (sandboxType: ...
0
votes
0answers
389 views

WCF/Silverlight crossdomain and client access policy

I have an application accessible from Forefront UAG (reverse proxy), which calls a WCF service. Running the application without the proxy, it works well, but from the proxy, the application can't get ...
0
votes
1answer
488 views

What does this crossdomain.xml imply?

When a site has the following crossdomain.xml configurations. What does the following imply? Second, if Site A (http) hosts a flash uploader script which uploads to S3, is this crossdomain.xml file ...
0
votes
1answer
321 views

What is secure false in crossdomain.xml used for?

We are uploading files from an HTTP uri scheme to our S3. This means, our uploader script is in our server. We sign the forms accordingly with S3. Our crossdomain.xml file looks like: <?xml ...
0
votes
1answer
247 views

flex crossdomain doesn't work

I have two domains being hosted on the same server as different vhosts. I'm using apache2 web server. Both domains (domain1 and domain2) are using https. I have the same flex app being loaded from ...
0
votes
0answers
936 views

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. in IE8 and lower only

I have an issue with a flash application that is loaded in HTTP, then gets data from diffrent domains over HTTPS. The crossdomain.xml on each site is configured to support this and it works in Chrome, ...
0
votes
1answer
352 views

jquery file does not work outside of domain (crossdomain.xml)

I have read through numerous questions posted here about jquery and cross-domain implementation. What I am about to ask I believe is illegal but... Background: I "downloaded" (ripped really) a ...
0
votes
1answer
158 views

have a flex app work from multiple domains & https remoting

I have an Apache server that serves two virtual hosts https://www.domain01.com and https://www.domain02.com. Apache is configured so that the 'Document Root' for both domain01 and domain02 are the ...
0
votes
0answers
397 views

Apache proxy to overcome flex crossdomain.xml not working

I'm developing a flex application that will need consume a particular web service from an outside company url e.g. https://server1.company.com/service.asmx?wsdl. This uses Basic Authentication and so ...
0
votes
1answer
183 views

Azure trying to use 127.0.0.1 when accessing clientaccesspolicy.xml and crossdomain.xml files

I have a typical Silverlight 5 application created on Azure with a web project that hosts the site hosting the Silverlight XAP file and another web project that hosts a collection of WCF Data ...
0
votes
3answers
115 views

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: ...
0
votes
1answer
361 views

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 ...
1
vote
1answer
648 views

Can't use crossdomain.xml on CloudFront

I'm using a streaming distribution on CloudFront to serve media via RTMP. Obviously I want to restrict the crossdomain.xml file but CloudFront is only serving it's default one. The docs give ...
0
votes
1answer
860 views

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 ...
2
votes
2answers
651 views

Does the AS3 LoadPolicyFile function apply to remote swfs as well?

I have a swf one one server that is pulling content from an Amazon S3 server. I have set up, for now, a generic cross-domain policy to allow all domains access: On the server containing the swf: ...
0
votes
3answers
2k views

Writing Flash crossdomain.xml for Amazon S3

I have two servers. Server A is an internal server that has access from the outside world set up here in my office. It has a Rails server running on it. I have a second server, Server B, that contains ...
1
vote
1answer
236 views

Adobe Flex unable to load images from Amazon S3

I have a flex 3 app that is attempting to load images from Amazon S3. The images fail to load, so I fired up debug mode. In debug mode, the images load, but I also get the following output in the ...
1
vote
1answer
635 views

SecurityDomain 'http://domain.com/app/widget/twitter.png' tried to access incompatible context 'app:/App.swf'

I am trying to load a remote image into my AIR application, and I get the following error: *** Security Sandbox Violation *** SecurityDomain 'http://[------].com/app/widget/twitter.png' tried to ...
2
votes
1answer
1k views

cross domain javascript

I have a web page on domain xyz.com that has a javascript being downloaded from cdn domain cdn.xyz.com. Does the browser consider calling a service on xyz.com (xyz.com/service.svc) from the javascript ...
0
votes
1answer
435 views

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. ...

1 2 3 4