Я в контейнер загружаю изображение.

Код:
this.container.onLoad = function (){
loading = true;
this._x=bigImageCenterX;
this._y=bigImageCenterY;
};
this.container.onEnterFrame = function (){
if (loading) {
percent = this.getBytesLoaded()/this.getBytesTotal()*100;
_root.loadingBar.bar._xscale = percent;
if (percent == 100) {
loading = false;
_root.loadingBar.bar._xscale = 10;
this._x-=this._width/2;
this._y-=this._height/2;
}
}
};
и выравниваю по центру. плюс прелоадер.
мне не подходит MovieClipLoader т.к. плеер 6.