0
votes

I am making some application using adobe flash builder. I am going to Activate it using motherboard ID as unique. I tried to find motherboard ID in flash builder. But I can not find it. How can I get motherboard ID in flex builder? Are there any way to find it..

1
as you are using AIR, it is possible. see accepted answer here for technique: stackoverflow.com/questions/17710880/… - user1901867
Dear Lee, I tried this code in my own. But I got error TypeError: Error #1009: Cannot access a property or method of a null object reference. - Gayan Akmeemana
start a new question (including your code) if you are having trouble with it - user1901867
dear lee, here is my new question stackoverflow.com/questions/19607594/… - Gayan Akmeemana

1 Answers

0
votes

I expect this to be plain impossible, as the lowest layer the Flash player can reach is Flash player's native API, which is pretty limited about accessing hardware. Also, what should your hypothetical function return if your SWF is run within a virtual machine? So, my answer is no, there is no way.