!!!I need your HELP!!!
как управлять мувиком, в который подгружается картинка

Код AS1/AS2:
next_image.onRelease = function() {
newImage();
};
function newImage() {
//this.createEmptyMovieClip("my_mc", 0);
picture.container_mc.createEmptyMovieClip("contain er_mc_2",15);
var my_mcl_2:MovieClipLoader = new MovieClipLoader();
my_mcl_2.loadClip(image[3],picture.container_mc.container_mc_2);
picture.onPress = function() {
picture.startDrag();
};
picture.onRelease = function(){
picture.stopDrag();
};
}
!!!I need your HELP!!!