Loadmove *sigh*... Can't figure it out!

Hey guys!

OK first things first, please don’t nail me for not searching this one out. I searched and I searched, but I didn’t get what I needed. I know there’s litterally dozens of pages with loadmove questions, but none that I could find would fit my particular problem…

So here’s my application.

I have an old school HTML page. Inside that html page is several .swf files.

Each file is EMBEDDED into a seperate table in the html file.

So far so good. My problem arises when one of the .swf files, a menu, wants to load external .swf files into one of the other embedded .swf locations.

The location I am trying to load into has a container/placeholder waiting to load a movie file into, but I just can’t seem to get my menu to point to it.

Naturally I could do this if they were all inside one big movie file, but because they are seperately embedded files I can’t figure it out…

Here’s a sample of my dodgy code attempt:

on (release) {
loadMovie(“whatis.swf”, “_index.placeholder”);
}

_index being my embedded file, placeholder being the container

If anyone here can help an old digger out with some direction, or if you’d like to check out the source files, be my guest, I’d be much obliged for any help you can offer!

Linked are the source files, zipped & ready: FILES (165KB)

Thank you to one and all!

Nathan