What's wrong with this script?

I want that my movieclip load a file swf named “main.swf” and then trace its Bytes.
Below i reported my script.

this.createEmptyMovieClip("main",this.getNextHighestDepth());
loadMovie("main.swf","main");
var bt = main.getBytesTotal();
trace(bt);