Please help find a solution.
My image lose from quality after resizeing.
Original(1600x1062)->Resizing(1280x850) using _width and _height
attachMovie("backimg", "backimg", _root.getNextHighestDepth());
backimg.loadMovie(bck.swf);
.....
backimg._width=1280;
backimg._height=850;
After resizing image is a little unclear(pixelated).
Thank you