Hi all,

To bring your presentation to full screen is a wonderfull thing. With colin moocks full screen method:

http://www.moock.org/webdesign/flash...een/index.html

<script language="JavaScript">
<!--
window.open('demo_giu_FS.html','newwindow','width= '+(screen.width - 10)+',height='+(screen.height - 30)+',screenX=0,screenY=0,directories=0,fullscreen =1,location=0,menubar=0,scrollbars=0,status=0,tool bar=0')
// --->
</script>

this seems possible. However at further assessment we see it don't work.

for example:
IE5 on a mac
Netscape 4.7 on a mac

You end up with a mere popup window... not full screen.

Anyone have a better way to go full screen or a more full-proof solution???

Paul