Socket Policy File / Server
so after reading documentation , believe in order use xmlsocket connections policy file has come tcp , not http , based on http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html
"strict socket rules
the primary change in support of dns hardening improvements in flash player 9,0,115,0 introduction of strict socket rules. these rules are:
- a swf file may no longer make socket connection own domain without socket policy file. prior version 9,0,115,0, swf file permitted make socket connections ports 1024 or greater in own domain without policy file.
- http policy files may no longer used authorize socket connections. prior version 9,0,115,0, http policy file, served master location of /crossdomain.xml on port 80, used authorize socket connection port 1024 or greater on same host.
these 2 rules can summed in simple statement: under strict socket rules, every socket connection requires permission socket policy file."
i have been looking on place try find on how implement on windows / iis server , serve file on port 843 . no luck far ?
some please?
i did myself after getting no answers
https://github.com/godsmustbcrazy/policysocketservercsharp
this implementation in c#, refer wiki pages in github more information.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment