Thanx, now I can receive datas (I see it on firebug).
However, I try to do something when i receive them but this doesn't
work :
myPipe.onRaw('CHAR_POSITION', function(raw, pipe) { alert('data'); });
I use something like that to show the users who connect and users who
disconnect and it's work so i don't understand what is the problem.
myPipe.onRaw('JOIN', function(raw, pipe) { alert('Say hello to
'+raw.data.user.properties.name+' !'); });
Thanx for your useful help !
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/