You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


Post a new message in "Default Forum"
Name:
Subject:
topic icon:
no
boardcode:
 Colour:  Size:   Close all tags
Message:
CAPTCHA: How much is 3 added to 10

Topic History of: Crossdomain
Max. showing the last posts - (Last post first)
Author Message
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