Wrong protocol for crossdomain.xml in flex app?

10 is causing the issue then finding the change in the change logs might be easier or perhaps it's a bug in the new version Good luck Shaun.

No direct answer as I haven't tried this scenario of specifying a non-default port but a couple of piece of info that might lead you to an answer: learn.adobe.com/wiki/download/attachment... This might be of interest: or this: 10,0,12,0 site-control's permitted-cross-domain-policies default for non-socket policy files is "master-only" Maybe try an older version of Flash Player to see if something in the changes from 9->10 is causing the issue then finding the change in the change logs might be easier or perhaps it's a bug in the new version. Good luck Shaun.

Flex (Atleast 3.5 AFAIK..) gets some identify crisis when you change port and use Https... The security model depends on the port.. I do not know the exact reason for the problem, but my solution was to load the crossdomain file in your app explicitly.. System.security. LoadPolicyFile('https://mydomain:port/crossdomain. Xml').

Ofcourse, please externalize the url in an xml file ;).. Just trying to be politically correct. – doc_180 Jan 16 at 8:22.

When you run into crossdomain issues, it's worth remembering that by using the Security class, you can always take explicit control over what crossdomain. Xml file is loaded (in fact, the policy file can have any name you want). The default behavior of loading the policy file from the root of a server can often be too restrictive when dealing with more complex, real-world cases (with load-balancing or reverse proxies, for instance).

Try using: Security.loadPolicyFile(); The ASDocs are here and explain it quite well. By taking control of how policies are loaded, you can gain more freedom and take a lot of the guesswork out of what can otherwise be a painful, frustrating experience. The Flash Player allows you to load multiple policy files which is handy if you need to integrate with more than one service layer (e.g. On one host through HTTPS and another through HTTP).

Good luck, Taylor.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions