Search found 2 matches

Go to advanced search

by godson
16 Jul 2007 06:14
Forum: Web and scripting
Topic: Fullscreen
Replies: 8
Views: 7077

Re: Fullscreen

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...
by godson
15 Jul 2007 01:55
Forum: Web and scripting
Topic: Fullscreen
Replies: 8
Views: 7077

Fullscreen

Hi to all i need to know how to make vlc start in fullscreen in IE

Go to advanced search