? Find centre of movie

How do you find the center of a movie that has has been loaded by loadMovie();

This is the method I was using, but now that it is in a .swf that has been loaded it’s stoped working

[AS]

xcenter = box._x + ( box._width /2);

[/AS]