That should work. If you load a movie into a movieClip that already has a movie in it, I think I remember reading that Flash will automatically unload that movie. If not, use something like:
It depends on where you have the right_display mc.
If its inside the menu.swf, it will work. If its on your main movie, then it wont work.
Then you can use the following:[AS]_level0._root.right_display.loadMovie(“links.swf”);[/AS]
If you use:[AS]_level0._root.right_display.loadMovie(“links.swf”);
[/AS] then you need a movie clip on your main movie with an instance name of right_display.