loadMovie buttons problem

Hey guys i need your help.

I have and mp3player.swf that im loading remotely into a loader_mc. this lodaer_mc is draggable. the mp3player.swf loads BUT the playback buttons don’t work.

this is what i have on loader_mc to abilitate dragging

on (press) {
swapDepths(2);
_root.cursor.swapDepths(3);
startDrag("");
}
on (release) {
stopDrag();
}

and this is how i load the mp3player.swf into that mc

loader_mc.loadMovie(“mp3player.swf”);

but, still havent found how to make the buttons within the mp3player.swf work.

please help me out

thnx!