Cannot load picture dimension?!

:asleep:


this.createEmptyMovieClip("mc", 10);
mc.loadMovie("http://www.winbakfarm.com/images/winbak_header_halloween.jpg");
trace(mc._width+newline+mc._height);

why doesn’t load width and height of the picture?! confused.