 |
|
| Home |
Palabre on Facebook
 Actionscript for Multiplayer games
|
DOWNLOAD
FORUM
FAQ
WHAT IS IT
Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
|
|
|
|
|
Topic History of: Crossdomain Max. showing the last posts - (Last post first)
| Gnoll |
Possibly, all though the one I gave you is from adobes example on how to make a socket policy server |
| celio |
I think that the only usefull node is
<allow-access-from domain="XYZ" />
I think that the two others are usefull for crossdomain.xml files requested by HTTP(s) but not for socket connections ?
Am i missing something ? |
| Gnoll |
Correction I do recieve | Code: |
"<cross-domain-policy><allow-access-from domain='mydomain' to-ports='myport' /></cross-domain-
policy>
| but still missing some lines
Thanks,
Gnoll |
| Gnoll |
Hmm,
It seems to return| Code: |
"<cross-domain-policy></cross-domain-policy>"
|
I am looking for something more like
| Code: |
"<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" />
<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy>"
|
Any ideas,
Thanks,
Gnoll |
| Gnoll |
Okay,
Thanks for the info |
| celio |
Hi,
nop it's just an example, by default the crossdomain is served by the same connection / port that palabre is using
so if you're using port 2468 , it will be serverd over this port.
To test if it is served you can connect and send the following xml node :
<cross-domain-request /> |
|
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...
In the meantime you may still download palabre or use the forum
|
|
|
|
|
|
|