I have huge images coming in dynamically, and they look really sharp. I want to scale them way down. I have tried creating a Bitmap, doing Bitmap smoothing. I have tried placing it into movieClips and setting the mc quality to “BEST”. I have cloned the image to a Bitmap, and in the end after trying all of the little tricks, it looks better but you can see pixels, and the image is no where near as sharp. It is better than just throwing images in, but still doesn’t maintain its sharpness.
Is there anyway to do this in AS3 or perhaps it doesn’t have the power to do this?
Tyty