ciao, cosi' tuomovie viene centrato....

codice:
w= Stage.width;
h= Stage.height;
tw= tuomovie._width;
th= tuomovie._height;
tuomovie.onEnterFrame = function () {
this._x = (w/2)-(tw/2);
this._y = (h/2)-(tw/2);
}