Adobe flash: How to determine users CPU characteristics? (its mhz, its current ocupation) I need to know how fast is users computer now, and I have only 150 ms for it. How to do such thing in actionscript?
Adobe flash: How to determine users CPU characteristics? (its mhz, its current ocupation) I
Share
Unfortunately you cannot use the API exposed from Flash to determine the CPU speed/usage. Maybe you can try to detect the frame rate, or you can use some algorithm to compare the results with some fixed values.