read MAC address of machine from Adobe AIR
问题 i want to read MAC address of machine from Adobe AIR. I am using flex 3 and AIR 2. how can i do this the main purpose is i want to install that product in only one machine 回答1: var ni:NetworkInfo = NetworkInfo.networkInfo; var interfaceVector:Vector.<NetworkInterface> = ni.findInterfaces(); Taken from the Network Info sample in the desktop version of Tour de Flex. 回答2: As far as I can tell, you cannot do it with Flex/AIR alone - you can however use the NativeProcess API to communicate with a