A little help with this?

I’m trying to get this effect:http://www.nackvision.com/slideshow/xml.php
or here: http://www.nackvision.com/slideshow/example.html (same site, diff. link)

It’s a photo album, but I’m using the same effect to create a navigation layout, but I can’t figure it out.

So far, I’ve created the menu and background, but I can’t figure out how to get it to load. I’ve attached the files.

I have the menu loading as an external swf and this is the code I have on the menu button to load it but it doesn’t:

on (press) {
loadMovie(“menu.swf”, mc);
}

…and in the top corner of the document I have the mc symbol.

Any help on how to get this to work?

Thanks in advance.