Lessons learned:
- Graphics on the timeline are much heavier SWF resources than SWF files with externalized resources.
- Always implement a destroy method for custom classes, to call when the object needs to be removed and made available for garbage collection.
- Stage event listeners are bad.
- Track your memory usage before deploying a project and shipping it to the customer’s public event.