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?
A:
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.
Cornel Creanga
2010-04-19 13:13:21
and how about JS? Can we monitor mhz with JS or silverlight or Unity3d? Any one of tham?
Blender
2010-04-19 17:21:27
You're not going to get this stuff with techinologies that run in the browser because the browser is designed to have limited access to the client hostmachine.
adamcodes
2010-04-19 18:35:23
No, not even with java applets
Cornel Creanga
2010-04-20 08:29:35