This is true, the Flash player and the browser are not aware of the IP address. This will not change as computers often reside on an internal network with an IP address like 192.168.0.1 which is not accessable from the internet and thus not usefull. The only way to get the IP address of the internet connection of the user is with server-side software. You have 2 options:
1. Give the IP address to the swf in the page using flashVars 2. Create a page that will output the IP address and load that page into your application. Greetz Erik On 2/27/08, Anirudh Sasikumar <[EMAIL PROTECTED]> wrote: > > Hi, > > I believe getting the client IP address is not possible in Flex > without making a backend call. >

