Hi!
I’m loading a jpeg into a previously skewed movieclip with the loadMovie method. Unfortunately the result is a very ugly **aliased **image as consequence of skewing the container movieclip.
If I import the image into the stage, set the skew as used in the movieclip, it works well as the “Alow smoothing” is enabled.
Is there any way to set the anti-aliasing of the image with actionscript?
BTW, the movie clip “Quality” is already set to high and the project is a dynamic thumbnail gallery, so i can’t set one by one.
Thanks in advance!