[ascoders] Re: loadMovie(jpg)

it doesnt. at least not in my case. this is what i do.

// mc   is an empty movieclip

mc.loadMovie("home.jpg");

trace(mc._width); //gives "0"
trace(mc._height); //gives "0"

Other related posts: