Hi,
I’m using the following script to enlarge the browser window and have full screen flash but i keep getting the “click to activate active x” on windows?
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html;
charset=iso-8859-1” />
<title>N I R V A N A</title>
<SCRIPT LANGUAGE=“JavaScript”>
<!–
function maximizeWin() {
if (window.screen) {
var aw = screen.availWidth;
var ah = screen.availHeight;
window.moveTo(0, 0);
window.resizeTo(aw, ah);
}
}
// -->
</SCRIPT>
</head>
<body onLoad=“maximizeWin()” leftmargin=“0” topmargin=“0”
marginwidth=“0” marginheight=“0”>
<!–url’s used in the movie–>
<!–text used in the movie–>
<!-- saved from url=(0013)about:internet -->
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000”
codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=8,0,0,0” width=“100%” height=“100%”
id=“bonsaiScroll” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“HOME.swf” /><param name=“quality”
value=“high” /><param name=“scale” value=“noborder” /><param
name=“bgcolor” value="#ffffff" /><embed src=“HOME.swf”
quality=“high” scale=“noborder” bgcolor="#ffffff" width=“100%”
height=“100%” name=“bonsaiScroll” align=“middle”
allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash”
pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</body>
</html>