Re: socket

2016-07-29 Thread Anton Bondarenko
Thanks guys. It was very useful. Trying to make now. 2016-07-25 10:17 GMT+04:00 OmPrakash Muppirala : > For socket servers things are a bit different. You will need to have the > flash policy file served off of a socket server itself. > > Check this link > http://www.adobe.com/devnet/flashplaye

Re: socket

2016-07-24 Thread OmPrakash Muppirala
For socket servers things are a bit different. You will need to have the flash policy file served off of a socket server itself. Check this link http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html I have used an open source policy server built for this. You can follow the

Re: socket

2016-07-24 Thread Nicholas Kwiatkowski
Is the crossdomain.xml on the same domain/ip as the IP you are trying to connect to? Rarely do you need to do the Security.allowDomain() or allowInsecureDomain() methods anymore. The security policies are pretty much now that you /need/ to be hosting the crossdomain file on the same server, domai