createEmptyMovieClip sizing problem

Guys,

I am trying to set the position of a loaded movieclip, using the following code:

this.createEmptyMovieClip(“container1”,1);
container1.loadMovie(“KClub2003.swf”);
container1._x = container._y = 50 ;

Nothing is happening at all. Any suggestions…please

5leander5