Flash Communication Server Best Practices

New at the Macromedia Developer Center, a best practice Breeze seminar for Flash Communication Server, which also stands well for developing AS 2.0 applications, including the following sections of interest

Extending MovieClip versus extending Object
How to declare your variables
Public/private variables
Getters/setters
Typing everything, ECMA typing weirdness
Constructor
Attaching UI components
No extra listener objects!
Your typical change/click handler
Use public/private on your function declarations
The perfect two-lines inline functions