I was able to get it working using some javascript, you might have to adjust the time out (I have 500 (1/2 a second) in order to not have video output problems (black screen, etc) <SCRIPT LANGUAGE="JAVASCRIPT"> function fullscreen() { document.vlc.fullscreen(); } function stop() { document...