-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimpleTest.html
More file actions
40 lines (37 loc) · 1.22 KB
/
simpleTest.html
File metadata and controls
40 lines (37 loc) · 1.22 KB
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
<html xmlns:m="http://www.w3.org/1998/Math/MathML">
<head>
<script language="JavaScript" src="mathml_editor.js"></script>
</head>
<body>
<center>
<h3></h3>
<div id="Div1" style="width:800;height:600;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="100%" height="100%" id="editML" name="editML" align="middle">
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
<param name="loop" value="false"/>
<param name="quality" value="high" />
<param name="flashVars" value="htmlId=1&width=800&height=600&l=1"/>
<param name="movie" value="MathMLEditor.swf" />
<embed src="MathMLEditor.swf"
flashVars="htmlId=1&width=800&height=600&l=1"
loop="false"
quality="high"
width="100%"
height="100%"
id="editML"
name="editML"
align="middle"
allowScriptAccess="always"
allowFullScreen="true"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
</div>
<script>
getElement('editML').focus();
</script>
<h3></h3>
</center>
</body>
</html>