Full Browser Images disappearing during transitions?

I probably should be more descriptive on this one but im just curious if anyones seen this happen.

Two Containers: Container1, Container2
-Initial Image gets loaded in with loadClip to Container1.
-Second Image loads into Container 2.
-Container1 fades out, Container2 fades in.

-There’s a standard onResize function, resizing the image based on Stage.width and Stage.height

When I resize the image during a transition, the container seems to like completely die out. It still exists but the image loaded in is nowhere in sight. Alpha of it is at a 100, visible is true but yet when i do the transition AND resize my browser at the same time, it’s as if the image never loaded in.

any ideas?