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::
Tell Palabre what to do - 2008/02/19 23:14 I successfuly connected my App to the server.
It's kinda of a chat, the chat connects but it does nothing more than that.


How can i define the Palabres' behaviour face to this chat?

My code to connect is this:


Code:

 mySocket = new XMLSocket(); mySocket.connect("localhost"2468); mySocket.onConnect = function(success) {     if (success)         lol.text "coiso";     else         lol.text "naaaaa"; } (...) function enviar_desenho() {     mySocket.send(text);         text null; } (...) XMLSocket.prototype.onData = function (msg) { Display msg code here }



What am i missing?

Thanks.
  reply | quote
Re:Tell Palabre what to do - 2008/02/21 09:45 anyone?
  reply | quote
Re:Tell Palabre what to do - 2008/02/21 09:49 Hi

In the Flash examples there is a chat you could look at.

In the FAQ http://palabre.gavroche.net/content/category/3/7/25/ ,

you can have a look at the basic XML nodes supported :
http://palabre.gavroche.net/content/view/12/25/

After that it depends on what you want to do exactly.
palabre is here to dispatch informations from a Flash client to another, by creating private messages, rooms, etc ...
  reply | quote
Re:Tell Palabre what to do - 2008/02/22 14:33 Thanks! You made my day ;)
  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