I have an image i am importing into a loader in my flash movie. I want to scale the picture that is loaded into the loader to fit to a certain size. How would i do this. This is my current code:
currentThumb_mc.onRelease = function() {
_root.loader.loadMovie(this.image);
}
Thanks!