Click anywher

what is the code to put in the frame to make the movie play when you click anywhere on the screen… is it something along the lines of this…


this.onPress = function() {
        play();
    }
};


?