jenslofberg,
Without knowing what it is you are trying to achieve, it is hard to give a
precice answer,
It is possible to send variables to a server via loadVariables, however for
interactivity you generally
need to point to a script see below as an example.
loadVariables("
http://www.yamsplayground.com/ServerSideScript.asp?action=start",
"_level0");
however, it all depends on what you are sending and what is expected to happen.
If you can give a more clear definition of what is supposed to happen, then it
may be possible to advise you in detail
Hope this helps
Paul