I am loading an image into a MovieClip on stage which has a frame by frame animation on it (i.e its rotated and scaled in different ways, every 2 frames for about 40 frames total). The image loads fine and displays properly UNTIL it hits a new keyframe.
I tried tracing out the loader object on ENTER_FRAME and it still technically exists, but is no longer visually represented. I tried just adding the loaded JPG every frame and it did it for a few frames (it flickered sort of) and then it just started throwing error #1009 for some reason.
This sort of thing worked just fine in Flash 8, AS2, but seemingly not so much in Flash 9, AS3. Any ideas whats causing this or how to fix it?