Full Screen Video in Max?

kitch's icon

I want to project a video from Max, what is the best way to have full screen video without OS or program menu bars, etc.?

Tobias Rosenberger's icon

to hide the menubar you can send or loadbang a message " ; max hidemenubar "

Max Patch
Copy patch and select New From Clipboard in Max.

message fullscreen 1 to jit window;
or size message to jit window;

kitch's icon

Everything seems to be working except my jit.qt.movie object is sending audio but no video to the jit.window. Any ideas why?