Full Screen Video in Max?
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.?
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;
Everything seems to be working except my jit.qt.movie object is sending audio but no video to the jit.window. Any ideas why?