Some buttons (movieclips) in dynamically loaded swf work but some don't...wtf?

I have a main movie that loads an swf depending on what navigation button the user presses. That works fine. In one of the dynamically loaded files there are a bunch of movieclips used as buttons that change photos when you rollover them. I also have some “buttons” that have getURL links. Some of the buttons work (they change the mouse to a little hand) and some don’t. I’ve triple checked the code and can’t find anything different or wrong about the ones that don’t work vs the ones that do. It’s really frustrating as its the last thing I need to do for the site to be done. :frowning:

Any help would be much appreciated.

BTW, they all work if I test the movie by itself…its when it gets loaded into the container movie thats when some work and some don’t.