Bitmap Manipulation
Projects featuring Flash BitmapData class

Snow effect with BitmapData
This is a simple effect, simulating snow with bitmap points. Download Tweener: http://code.google.com/p/tweener/
Bitmap Line Drawing
This is a small class I wrote to draw lines using the BitmapData object. Its faster and more efficient than using a movieclip ...