hi, i have gone thru the photo gallery tutorial and it gets me confused with all the fading, next, previous buttons… i just needed something like: loading and external photo, which i can specify the position and the size of the photo. this will involve resizing of the original photo and placing it exactly where i want it to be… but i really cant figure out the script to do any of that… so can anyone please help me with this…
Howdy…
Maybe we can start showing us what you have tried so that other people can help you better??? =)
ok… so far i tried using the scripts in the photo gallery tut.
this.pathToPics = “”;
this.pArray = [“image01.jpg”];
loadMovie(this.pathToPics+this.pArray[0], _root.photo);
i have also created a rectangle and renamed the instances name to “photo”.
the problem is, it does load the image but its not within the rectangle that i have created it seems to be out of the rectangle. is there a code that i can add to the one on top so that it will resize the photo and fit it into the rectangle??
thanks a lot.
malcolm
If that is the case, you might want to take a look at this tutorial…
Remember that your external file gets loaded and placed into the top left corder of the movieclip photo…