3rd-Eden / FlashPolicyFileServer

A simple Flash Policy File Server for node
localhost:843
MIT License
39 stars 11 forks source link

Can this server a crossdomain.xml policy file for unity? #6

Closed fragmental closed 10 years ago

fragmental commented 10 years ago

Can this servr a crossdomain.xml policy file for unity? More info http://docs.unity3d.com/Manual/SecuritySandbox.html "Implications for use of Sockets"

3rd-Eden commented 10 years ago

No/yes. a crossdomain.xml is a completely different file. For the use of Sockets you need a dedicated server that runs on port 843 which is what this module doing.

So no, it does not serve crossdomain.xml's but yes, it should work for sockets as seen in the Implications for use of Sockets: part