The UILoader size is 200x200 pixels. but when I load large images to this small square (image sizes like 600x600 pixels), it looks like it isn't smooth. I've tried:
theUILoader.source = "a.png";
Bitmap(theUILoader.content).smoothing = true;
but it doesn't work.