I have the following load code:
Code:
_root.loaderMC.loadMovie("new.jpeg");
and what I'd like to do is to have the timeline hold there until the rather large jpeg has finished loading. What's the easiest method to accomplish this?

Thanks in advance!