I dont know whether to post this here, or under newbies cos it is about javascript.
I am doing a presentation, and want the page to 'full screen'.
I used swish, which publishes it for you automatically into HTML....i was wondering if someone could add the Jscript stuff in the relevant place...thanks for your time.

<html>
<head>
<title>SWiSH [TEFLONmajormod.swi]</title>
</head>
<body bgcolor="#FFFBF0">
<center>
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=TEFLONmajormod WIDTH=800 HEIGHT=600>
<PARAM NAME=movie VALUE="TEFLONmajormod.swf">
<PARAM NAME=quality VALUE=best>
<PARAM NAME=bgcolor VALUE=#FFFBF0>
<EMBED src="TEFLONmajormod.swf" quality=best bgcolor=#FFFBF0
WIDTH=800 HEIGHT=600 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
</center>
</body>
</html>