Resize Dynamic Jpegs

Hi everyone, im have a small issue with resizing my dynamic images.
The images being brought in will be 360px wide but i want them 200px wide.
Any ideas welcome.Cheers!

delay = 4000;
this.pathToPics = "";
this.fadeSpeed = 3;
this.pIndex = 0;


this.pArray = new Array(image);
this.pArray = image.split(", ");
total = this.pArray.length;

for (i=0; i<total; i++) {
    
loadMovie(this.pArray*, this.topButt.photo);
this.topButt.photo._width= 200;
}