Photogallery kirupa

Hello,

I made the photogallerry of Kirupa http://www.kirupa.com/developer/mx/photogallery.htm

I works great on it’s own but know the problem:
I have a website and on that website I use a blank mc with Instance name: mc_c. Then there is a button with the action:
on (release) {
unloadMovie("_root.mc_c");
setProperty("/mc_c", _x, “365”);
setProperty("/mc_c", _y, “115”);
setProperty("/mc_c", _xscale, “100”);
setProperty("/mc_c", _yscale, “100”);
loadMovie(“photo.swf”, “mc_c”);
}

When I run the site and push the button it loads the photo.swf in de mc_c but only the 1st picture apears and no buttons (back/forward) made in de .swf and stops!

How can I fix this?

Thanx,
Jorrit