Can you dynamically load a video clip?

I’ve got a video player in a flash movie that can dynamically load external swf’s. I want to load mov files. Can I do that or do I have to convert my mov files to swf first? This is the code I’m using:


this.loadMovie(movie.swf);

TIA!