Loading sfw

Made a gallery want to load upto 20 sfw images. so far I have the main MC made a new empty mc and placed inside gave it an instance name and put in a button, in actions i added this code

button.onRelease = function() {
_root.content.loadMovie(“barrie.swf”);
};

Right on testing movie the button action is not working :-/
I dont have any errors so i know code is correct!! what else could i be doing wrong?

I made another m/c did all the above works just fine. why wont it work in my gallery?

Regards Barrie