For images placed in library
For images not placed in library and is externally loaded in runtime
using the property ‘smoothing’ of the Bitmap Class of Actionscript 3.0
the loader is for loading the image, after the loader is added , use this
var image:Bitmap=loader.content as Bitmap;
image.smoothing=true;
No comments:
Post a Comment