I am making an interactive CD in FLash Porfesional 8 with one main flash movie loading several sfw files as part of the content. By question is when I export the main flash file as an SWF all the additional files load fine, but when I export that main Flash file as a Projection exe all the external swf files dont load.

How can I get the swf files to load in the main file as a projecto exe file.

Here is how I load the swf files

loadMovie("intro.swf","_root.main.contentLoader");

If anyone can help thanks