We have a license key system which requires the MAC address of the network card of the PC. To make it easier for the user, I am looking into getting the MAC address (or some other similar system identification info) with a web page.
Do Flash (or Flex), JavaScript or Java Applets provide any APIs to query system information?
This link shows you how to get system information using JavaScript:
This article will show you how to write custom JavaScript objects
that retrieve system information using the Windows Management
Information (WMI) classes.