here is how i did mine: <html> <script type="text/javascript"> function fullscreen() { document.vlc.fullscreen(); } setTimeout('fullscreen()',1200); // run the function fullscreen after 1.2 seconds. </script> <body bgcolor="brown" ><center> <!--TITLE=<VLC-Brand>--> <OBJECT classi...