On Oct 6, 10:34 am, AMIT PANDEY <
amit4...@gmail.com> wrote:
> Hi Abhishek,
>
> There is no any function available from Adobe which can get the client
> machine's IP address. You will always need to hit a server URL to get the
> client machine's IP address.
> You can do this by following steps:
>
> 1. write a PHP/JSP/ASP file which will get the IP address of client machine.
> 2. write and AIR application and add "HTTPService" component and put the url
> of PHP/JSP/ASP file on your application/webserver.
> 3. write result handlers for the HTTPService to get the IP address and now
> you can use it as you want in your application
>
> Do let me know if you have any further queries for the same.
>
> Regards
> Amit Kr Pandey
>