使用带有闪存的http帖子从客户端计算机发送IP地址请求或 服务器

有用的链接(我添加它是因为使用Google搜索时带有“带闪光的http帖子”的第一页)

  1. http:// www。 shinedraw.com/data-handling/flash-vs-silverlight-simple-http-post-request/
  2. 例如

    var sender = new LoadVars();
    
    sender.x = "xxx";
    
    sender.y = "yyy";
    
    sender.z = "zzz";
    
    sender.send("http://www.yourdomain.com/yourscript.php", "", "post");
    
有帮助吗?

解决方案

我不是100%确定问题是什么,但我认为这是您正在寻找的答案:一般来说,Flash在客户端本地运行。因此,连接将从客户端的系统进行,从而显示客户端的IP地址。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top