Trace Movie clip properties

Hi,

I want to trace all the names of a Movie clip properties. Funny thing is that I used to know how to do that. Now when i use

for(var sKey:String in mcMovieClip) {
trace(sKey);
}

It only traces the names of nested Movie Clips not also properties like _x, _width. Anyone knows how to do that?