|
|||
|
Hi Daniel and TopCMM
I am on again... well i had been away from using SWFKit for last 10 months, now I am again willing to know more about new release. I want to ask you that how tou get machine info to make a software installation based on machine code etc. I want to assign a license code to the machine code on which a user runs the software. Does SKP 2 have any function or method to do this way? i would be very thankful to you if you do help me in this regard best wishes! SWFBaz
__________________
SWFBaz Preview [October 2006] http://www.SWFBaz.com |
|
|||
|
Try this... it works too ::: :>).
function getHDDInfo(){ var di = new DiskInfo(); for(i in di){ Dialogs.msgBox(i); } if (di != null) { FlashPlayer.setVariable("diskInfo.text", di.modelNumber); FlashPlayer.setVariable("diskInfo.text", FlashPlayer.getVariable("diskInfo.text")+"\n"+di.s erialNumber); FlashPlayer.setVariable("diskInfo.text", FlashPlayer.getVariable("diskInfo.text")+"\n"+di.r evisionNumber); FlashPlayer.setVariable("diskInfo.text", FlashPlayer.getVariable("diskInfo.text")+"\n"+di.d riveType); FlashPlayer.setVariable("diskInfo.text", FlashPlayer.getVariable("diskInfo.text")+"\n"+di.b ufferSize); FlashPlayer.setVariable("diskInfo.text", FlashPlayer.getVariable("diskInfo.text")+"\n"+di.c ylinders); FlashPlayer.setVariable("diskInfo.text", FlashPlayer.getVariable("diskInfo.text")+"\n"+di.h eads); FlashPlayer.setVariable("diskInfo.text", FlashPlayer.getVariable("diskInfo.text")+"\n"+di.s ectors); } } |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|