This repository was archived by the owner on Nov 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathflash.htm
More file actions
31 lines (28 loc) · 1.4 KB
/
flash.htm
File metadata and controls
31 lines (28 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="Elevator simulator built to demonstrate AS3JS" />
<meta name="keywords" content="elevator, js, as3, actionscript, importjs" />
<title>Elevator Engine (Flash Version)</title>
<link rel="stylesheet" type="text/css" href="css/elevator.css" />
<!--[if lt IE 9]>
<script type="text/javascript">
document.createElement("nav");
document.createElement("header");
document.createElement("footer");
document.createElement("section");
document.createElement("aside");
document.createElement("article");
</script>
<![endif]-->
</head>
<body>
<a href="http://as3js.org/examples/elevator/">Click here for JavaScript version</a>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" align="middle" height="400" width="550">
<param name="movie" value="as3/elevatorengine.swf">
<param name="quality" value="high">
<embed src="as3/elevatorengine.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="360" width="640">
</object>
</body>
</html>