Hi, I am just working on something where I have to put some variables on a server.
I use the LoadVars object, and it works just fine when I try to load something with

loadv.load(url);

but when I try exact the same with

loadv.sendAndLoad(url)

I don't get anything. Has anybody gotten sendAndLoad to work so he can send something to the server?