Centering in browser window using Stage class?

hey all,

having some problems with having my mc’s always center in t5he middle of the browser window even when it resizes??

Cheers all,
basically the code i’m using is this:
_root.abc.Stage.width/2;
or _root.abc.Stage.width/.5;
and _root.abc.Stage.height/2; etc naturally.