Flash - embed .swf in another .swf

Using Flash 8.

I am creating a new file new.fla. And trying to embed highqual.swf in it using

myclip.loadMovie("highqual.swf");

This works but when I publish new.fla and get new.swf the new.swf does not contain highqual.swf.

So - how to get highqual.swf to stay inside new.swf.

Any ideas? Thank you.

check to see that highqual.swf is in the same directory as new.swf