Hey y’all, I’ve made a slide show and I’ve been successful so far. However, I’d like to add some thumbnails right below the original image (original size).
Here are some specifications of the thumbnails:
Size: 50 x 50 px.
The image sources of the thumbnails and the original image are the same. Therefore, I’d like to resize only the movie clips for the thumbnails because the actual image file dimensions won’t be changed.
I tried simply setting the width and height of the movie clip to 50 but it lost quality and you get jagged lines in the image.
Does anyone know a good algorithm to resize an image inside a movie clip proportionally and without losing quality?
Btw, I’m using an XML files to store the images so you have to include the Loaders and stuff, what I really need to know is how to resize images without losing quality.
Sorry, I just wanted to be detailed, :P.