you couldn't have searched too long, but anyway...

you just need the code on your stop button:
movieClipName.stop();
and on your play button:
movieClipName.play();

replace movieClipName with the name of the clip you want it to control. if you
are controlling the main timeline and that is where your buttons are then you
can remove this part, and just put play(); and stop();