Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Explore/elr/Mathematics/M1110/movie.html
blob: 2e8092146d106bc1ce20a5b0053949ba092bc98b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<HTML>
<HEAD>
  <SCRIPT LANGUAGE="JavaScript" src="launcher.js"></SCRIPT>
<SCRIPT>document.write("<TITLE>"+customArgs.title+"</TITLE>")</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0">

<SCRIPT LANGUAGE="JavaScript"><!--
		var embedText =
			'<OBJECT ' +
				'CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ' +
				'CODEBASE="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ' +
				'WIDTH="'+customArgs.width+'" ' +
				'HEIGHT="'+customArgs.height+'" ' +
			'>' +

				'<PARAM NAME="MOVIE" VALUE="ile.swf' + location.search + '"> ' +
				'<PARAM NAME="PLAY" VALUE="true"> ' +
				'<PARAM NAME="LOOP" VALUE="false"> ' +
				'<PARAM NAME="QUALITY" VALUE="high"> ' +
				'<PARAM NAME="SCALE" VALUE="showall"> ' +
				'<PARAM NAME="MENU" VALUE="false"> ' +
				'<EMBED '+
					'SRC="ile.swf' + location.search + '" ' +
					'WIDTH="'+customArgs.width+'" ' +
					'HEIGHT="'+customArgs.height+'" ' +
					'PLAY="true" ' +
					'LOOP="false" ' +
					'QUALITY="high" ' +
					'SCALE="showall" ' +
					'TYPE="application/x-shockwave-flash" ' +
					'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" ' +
					'MENU="false" ' +
				'></EMBED>' +
			'</OBJECT>';
		document.write(embedText);
		// this next line is needed for netscape 4.7.  Sometimes netscape displays a blank screen instead of the ile.swf
		// because the embed tag is being written out via javascript.
		// If you try to display the settings box for flash player, it will finally come around, but otherwise it is blank
		// this dummy setTimeout function seems to keep things alive long enough to solve this problem
		document.write('<sc'+'ript>setTimeout(function() {}, 1000);</sc'+'ript>');
	//--></SCRIPT>
</BODY>
</HTML>