Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Although I recommend in general that you use Timers, sometimes it's more convenient and simpler to use one of the procedural time functions. These functions are included in the flash.utils package along with Timer.
The getTimer() function—which, incidentally, has nothing to do with the Timer class—returns the number of milliseconds that have elapsed since the program was initialized. getTimer() can be a useful tool when you simply need to measure the duration of an action, such as an external XML file loading, without dealing with the overhead of the Timer class.