Page 1 of 1

Cross-Domain-Policy File

Posted: Wed Jul 10, 2013 9:39 am
by Melcore
Hi guys,
I'm working on an early prototype for a 3d Mume MUD client that is built in Unity3D and connects through telnet.
However, the client requires access to a cross domain policy file on the Mume server in order to pass the web player's security restrictions.

Can someone point me to the cross domain policy file on the Mume servers if it exists? If not, why not consider creating one? It's as simple as uploading a crossdomain.xml file to the root of the web server. Having done so, any security restricted platform such as Flash and Unity will be able to connect to mume.

What's needed is an xml file named crossdomain.xml saved in the root of the server (mume.org/crossdomain.xml) with the contents:

Code: Select all

<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
More info on cross-domain-policy...

A little about me: I'm an indie game developer that has dabbled in a little Mume. I'd love to work on a fun client for this mud in my free time. Cheers :)

Re: Cross-Domain-Policy File

Posted: Sat Jul 13, 2013 7:25 pm
by Dain
Please send me an in-game mail describing in detail what you want to do, and I'll see if I can help.

- Dáin

Re: Cross-Domain-Policy File

Posted: Sun Jul 14, 2013 11:31 am
by Melcore
In-game mail sent :)