This makes me wonder if we should revisit the idea of auto-adjusting
the frame rate in the LZX runtime:
With just 4 simple tips, you can dramatically improve the memory/CPU
usage footprint of your application.
Use the lowest framerate possible
Dynamically change the framerate to fit your application needs
Only use Event.ENTER_FRAME handlers when necessary
Have as few Event.ENTER_FRAME handlers and Timers as possible
[Building CPU efficient Adobe AIR apps | Serge Jespers](http://www.webkitchen.be/2009/06/04/building-cpu-efficient-adobe-air-apps/
)