loadMovie for interactive .swf?

i am using the following command to call an interactive .swf file into the main flash file:

on (release) {
_root.placeholder.loadMovie(“INFOEXP.swf”);
}

the INFOEXP movie contains a scroller for a graphic symbol with inertia (thanks to praystation hard drive) and works fine on its own. when it is called in the main scene, it stays frozen in its initial position and does not display its contents.

attached is the movie i’m trying to load- the main scene is 270kb (too large for kirupa). i would like to send any and all of the files if needed.

please help