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 new topic::
Room Creation from Module - 2009/02/21 05:47 For example my game might have multiple areas, do you think it would be to inefficient to have a module hold a room open for each area / map? Also any suggestions on how to create a room or a 'dynamic' client from a module, I tried :

self.server.serverAddClientToRoom('roomHost','test','')

but of course it picks up that client doesn't actually exist.

Thanks,
Gnoll
  reply | quote
Re:Room Creation from Module - 2009/03/11 22:04 First of all, in
self.server.serverAddClientToRoom(roomName, client)
client variable should be instance of PalabreClient. There is a little difference between palabreServer and palableRoom docs.
Because palabreRoom is an end point for adding client(and palabreServer just delegating client adding to room) we should trust to what is said in palabreRoom.roomAddClient:
@client : Client instance

And, secondly, as an idea - may be u can hook to onClientConnect action to keep required room alive?

But, it will be better if "room garbage collector" become more intelligent and leave "system" rooms intact.
  reply | quote
Re:Room Creation from Module - 2009/03/24 11:22 Hi,

I had multiple requests for "system" rooms i'll try to find an elegant solution :)
  reply | quote
::post new topic::
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