-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
35 lines (31 loc) · 906 Bytes
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="swfobject.js"></script>
<title>X</title>
</head>
<body>
<object id="flashcontent"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
wmode="direct"
width="800px"
height="600px">
<param name="movie" value="Export/flash/bin/Main.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
wmode="direct"
data="Export/flash/bin/Main.swf"
width="800px"
height="600px">
<!--<![endif]-->
<p>
Fallback or 'alternate' content goes here.
This content will only be visible if the SWF fails to load.
</p>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</body>
</html>