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 2 added to 7

Topic History of: Sending a message
Max. showing the last posts - (Last post first)
Author Message
8MHz
Code:

 

self
.server.serverSendToClientByName((node['attrs']['nick']),msg,'')





Thanks a lot :D, it work like a charm!
admin Hi,



to send the node to another client you need Client A to send the server the nickname of client B.



and then you can do :

Code:

 
nickName 
node.attrs['sendToClientWhosNickNameIs']
self.server.serverSendToClientByName(nickName,msg)




hope that helps
8MHz To clarify it, node comes from client A, server do something with it, and then send node to client B
8MHz To clarify it, node comes from client A, server do something with it, and then send node to client B
8MHz Hi!



What i'm trying to do is send a message directly from server to client,here is my pseudo-doNode def in test module

Code:

 
    def doNode
(selfnodeNamenodeclient):
        if 
nodeName == 'sc':
            for 
i in test.table:
                if 
i.id == node['text']:
                    
msg self.server.formatMessage('out', [], i.info)

                 .....and 
server send message to MySelectedClient...(i wish heh)
                   
                    break
        return



is there any way to do it?
Any help would be greatly appreciated!
Cheers
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