sergiogx
sergiogx

Reputation: 1582

getting client computer name in a flex web application?

is it possible to obtain the computer name of the client using flex?

I made a small intranet application and I need to log computer access to it.

I used Flex 3.4 and web services in .net 3.5

thanks.

Upvotes: 0

Views: 940

Answers (1)

JeffryHouser
JeffryHouser

Reputation: 39408

Not in a browser based app. The Security Sandbox that the browser places the Flash Player in prevents it from getting such information from the machine it is running on.

In an AIR App you may be able to do something using NativeProcess.

Upvotes: 3

Related Questions