(I’m guessing this is the right forum because it has to do with game development, seeing as I’m using this to develop a game. )
I want to connect to this PC (that’s running the server) from another PC (on the same network but yeah…)
Here’s the XML file I made:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
:wt: Where exactly do I put the xml file when I’m running it locally?(Can I run it locally and still connect to it? I’m new to working with servers so please go easy on me )
(On second thought this might go in servers…:hangover:)