If you want to send commands, look at
http://www.ape-project.org/docs/client/core/request.send.html

The send function (http://www.ape-project.org/docs/client/pipe/send.html) of
a pipe sends a message, not a command.

On Mon, Nov 8, 2010 at 4:18 PM, djidi <[email protected]> wrote:

> Example is on the first post.
> I have juste changed :
>
> myPipe.send('SEND_CHAR_POSITION', {position: pos});
>
> to
>
> myPipe.sendRaw("SEND_CHAR_POSITION", {position: pos});
>
> --
> 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]<ape-project%[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/
>

-- 
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/

Reply via email to