How to tween between images using a loader?

Hey all. I’ve built a photo gallery to run off of xml, loading the images into a loader object that has been added to the stage. I’m doing so by using a variable currentImg to store the index of the XMLList that should be loaded into the loader. But when the next image is loaded by imcrementing the currentImg variable, & re-loading, it is kind of ugly. There is a flash where the BG is revealed, & then the loader updates. I’m wondering if there’s any way to do this more attractively by tweening from one image to the next. I’m not opposed to using other tween classes either. Thank you so much, in advance!