Hello,
I made a custom lacewing server.exe and I try to connect to it from a flash game, but I can't figure out how to do this.
In my server, I use Flash Player Policy Server > Host and select my .xml, the content of this one is :
[INDENT]<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" to-ports="6121" />
</cross-domain-policy>[/INDENT]
The server hosts with port 843.
The flashgame tries to connect using port 6121.
Both are launched on my computer, I'm testing it in local so.
I missed something I guess, but what ? All of this lacewing thing with flash is still fuzzy for me.
Regards.