Flash site exported in %age - how to open it in full screen

**

a flash site was designed to be viewed in dimension as percentage
(width=“100%” height="100%:wink:
it was visualized in several diferent monitors , with diferent resolutions and survived in most of them ;
however , in some offices , people use browser large buttons and those nasty search engines nav bar (yahoo , google , etc ) ;
In some of those cases I noticed that 14´´ & 15 ´´ video monitors with resolutions configured 800x600 made the site decrease in size so that it becomes illegible.
I thought that the possible solution would be to open it in full screen , thus eliminating the buttons and the bar ;
Your suggestions will be welcome in order to solve this trouble.
Thank you very much ,

**

any hint ? please how to open flash in FULL SCREEN?

you could open it in a new window using javascipt and set the settings of the new window so that it has no bars and is the exact size you want your video. this is a basic script that will open a new window with no tool bars just set the hight and width and call it on click in the link like it shows below. and that should work. or atleast thats the best way i can think of.


place this in the head of the html file...

<script type="text/javascript">
	function winopen (url) {
		here=window.open ( url,'winopen','height=px,width=px,left=0,top=0,location=0,status=0,toolbar=0,menubar=0);')
	}
</script>

use this for your link....
<a href="#" onclick="winopen('location of the file');"></a>

Hello

is there a way to open in full screen as the DNS is acessed (without the need to click a button ) ?:
Thank you