Easy slideshow

i need the images to load in order like: 1,2,3,4 etc. images are 1.jpg, 2.jpg etc.
any help


footers = 19;
directory = "images/";
randomswf.loadMovie(directory add Math.ceil(Math.random() * footers) add ".jpg");