You have to give the buttons instance names, then use code to turn them on and off.

_root.button1.enabled = 0; //turns it off.

_root.button1.enabled = 1; // turns it back on

Use it in a frame or on the button that loads the movie.