Pause/play loaded swf

ok I have a swf loading into an movie clip, but I would like to make it stop and play with 2 different buttons.

*tellTarget (“mc”) {
loadMovieNum(“behypno.swf”, 1);
}
*
(I can’t use the ‘‘target’’ option in the loadMovieNum)

what should the code of the stop/play button be?