I have an xml slideshow which loads images into a movie container which displays full window...or fullscreen which is what this is designed for.

When I load an image which is larger than the stage, the image goes off the screen. However, when I grab the corner of the Flash Window and do any kind of a resize, the image then goes full window and I see all the image.

Is there a way using actionscript to make the same kind of call(s) that occurs when I manually resize the screen... not necessarily to resize the screen, but to get the container to refresh so that the larger image will resize to the size of the stage/window.

BTW, _root.refresh() does not work and neither does mc2.refresh().

Thanks.

L.