Launcher page

download fullscreen.zip

 
 

will stay in background while popup plays and will appear after popup closes.

 
 

this is the script to put in thelauncher window in the head section:
<!--
Popup Window
Version 2.0
Last Updated: May 7, 1999
Code maintained at: http://www.moock.org/webdesign/javascript/
Copy permission granted for non-commercial uses. Written by Colin Moock.-->
<SCRIPT LANGUAGE="JavaScript">
var javascript_version = 1.0;

</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1">
javascript_version = 1.1;

</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
var newwin;
function launchwin(winurl,winname,winfeatures)
{
//This launches a new window and then
//focuses it if window.focus() is supported.
newwin = window.open(winurl,winname,winfeatures);
if(javascript_version > 1.0)
{
//delay a bit here because IE4 encounters errors
//when trying to focus a recently opened window
setTimeout('newwin.focus();',250);
}
}
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
//-->

</SCRIPT>


this is the script that activates the popup - here it is on load :
<BODY onLoad="MM_callJS('javascript:launchwin(\'base.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,toolbar=0\')')">

this is the script to put in the fla to close the window: on (release) {
getURL("javascript:close(); void(0);");
}


ENTER
reloads this page



If the pop-up window does not function in your navigator, you need the ShockWave Flash plug-in from Macromedia. Pre-installed in most web browsers, it installs quickly, safely and with no signup or publicity.

This site is best viewed in resolutions higher than 800 x 600, with Internet Explorer and with your volume adjusted - this site contains sound.