i am trying to create an empty movie clip in a flash movie on the fly. it is working but it is being created in front of other stuff in other layers when it really should be in the background. i thought "depth" would take care of this but it does not. thanks in advance!!
_root.createEmptyMovieClip("theback", 0);
_root.theback.loadMovie("images/plane.jpg"
;
_root.createEmptyMovieClip("theback", 0);
_root.theback.loadMovie("images/plane.jpg"