Need Script Help!

I am in the process of building my new website and am having some loading issues. Here is a bit of info.

**[COLOR=seagreen]gallery_stage[/COLOR] **
This is the main movie that I am loading everything into. This movie is places in the center of an html page in the portfolio section of my site.

[COLOR=seagreen]gallery_menu.swf[/COLOR]
this is the navigation menu that I am loading onto the ‘[COLOR=seagreen]stage[/COLOR]’. Currently it loads insode of a container ‘[COLOR=blue]menuload[/COLOR]’. This is the code that I’m using to load it.

onClipEvent (load) {
 _parent.menuload.loadMovie("gallery_menu.swf")
}

When I run a movie test of the stage, (inside flash and using the swf files) everything works fine. The menu loads ino it’s container and all the links work great. The problem starts when I do a test in the browser with the swf in the html page. THe [COLOR=seagreen]stage[/COLOR] file plays fine but the [COLOR=seagreen]menu[/COLOR] isn’t loading into its container.

Does an SWF file take on different linking attributes once it’s placed into an html file? I really don’t know what I’m doing wrong here. I’d appreciate any help I can get.

Thaks in advance.