Loading an "Internal" .swf?

I’ve scoured the net for a simple answer to what seemed like a simple problem.

I have a .swf file that is a flash movie (video) and associated controls (play, stop, pause, rew, etc…).

I need to import this into my new .fla in order to create a new .swf that has static images and yet allows for the movie .swf to play within it.

I know all about loading an external movie (i.e. having the .swf file in the same folder (as described on this site), however that is not going to work for this situation.

I can only have ONE .swf file in the end.

(This file is being utilized within a SCORM compliant environment - and a .swf cannot communicate with another .swf in this format).

Any clues of ideas? Can I embed it?
My assumption was that I could import it into the library and call it to the stage. This did not work (the .swf was static and lost all control functions).

Thanks!