Tutorial: Building a Flash/AS3 FPS ( frames per second) counter
Often when building games or other graphically complex flash applications it is important to gauge performance on different systems or in different browsers. Flash Player has no built in way to do this other than to eyeball the resulting playback and make a guess. Fortunately with some simple calculations this can be solved.
Here Comes the [...] Keep Reading

