I am working on creating a photo gallery that loads the images dynamically, and then resizes them to scale. I am using the MovieClipLoader.onLoadInit to find to size of the image on first load in order to set a ratio to use for scaling. However I need to be able to find the image size, not the movie clip size on subsequent image loads, which are also invoked via the MovieClipLoader.loadClip function. Do I need to desroy the movie clip before the load to get the image size, or is there another way to get this info? Currently all subsequent movie clip loads use the same dimensions as the intial load.