views:

105

answers:

1

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
and how about JS? Can we monitor mhz with JS or silverlight or Unity3d? Any one of tham?
Blender
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
No, not even with java applets
Cornel Creanga