I am writing an application which is supposed to work on various mobile devices, and i need to retrieve the device hardware on which it is running.
- Is it possible, and how ( if it is ) to retrieve the device hardware parameters ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As Flextras pointed out, check out the documentation for the following classes:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/sensors/Geolocation.html
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/System.html
You may find additional stuff of interest within the flash.system.* package:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/package-detail.html