Simple bitmap (in library or loaded files) can't be directly smoothed when they are scaled or rotated on the scene.

So this simple class allows you to directly smooth a movieclip content.

In fast, the class creates a snapshot of the movieclip, and paste a bitmapdata over the original content.

You can also paste the snapshot in a another movieclip, or force the snapshot size by using the main function parameters

clicke here to get the class source and a full example.