!752 !include #1003758 // VideoPlayer p { jfxForceGPU(); // fast playback! VideoPlayer.arg = or2(get(args, 0), "/media/CE009E97009E865D__/Lenny Kravitz Let Love Rule.mp4"); print("Playing " + VideoPlayer.arg + "..."); jfxStart(VideoPlayer.class); hideConsole(); // Let's try the new autoVMExit }