loadMovie but don't have it play

I am loading an external SWF using loadMovie. I do not want the movie clip to start playing because I will be controlling it, but I can not figure out how to load it without having it play automatically. Below is the actionscript I am currently using and for some reason it still plays.


loadMovie("[file.swf","empty](http://media.noniusers.com/flash/TNI-inc500.swf)");
empty.stop();