Loadmovie button inside loaded swf causing page refresh..?

hi folks

My header is an mc with buttons that load swf’s into a main content mc with this:

on (release) {
loadMovie(“myswf.swf”, _root.holder);

and that works perfectly (content loads into mc with no page refresh).

But…one of my loaded swf’s has the same button code on a button to load swf’s into the same mc and I get a page refresh…;( I’ve tried removing the _root and I get the same deal…anyway to get this done?

thanks :slight_smile: