when using http post with flash that send ip address request from client computer or server?
Useful Link ( i add it because when using Google Search with"http post with flash" its first page )
example
var sender = new LoadVars();
sender.x = "xxx";
sender.y = "yyy";
sender.z = "zzz";
sender.send("http://www.yourdomain.com/yourscript.php", "", "post");