_root.createEmptyMovieClip('m', 1); _root.m.attachMovie('man', 'man', 1); m._width = 100; m._height = 100; trace(m._width+' '+m._height);