forked from revolunet/haxevideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
38 lines (35 loc) · 1.07 KB
/
video.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
36
37
38
<html>
<head><title>haXe Video</title></head>
<body bgcolor="#dddddd">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
width="400"
height="300"
id="haxe"
align="middle">
<param name="movie" value="video.swf?host=localhost"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff"/>
<embed src="video.swf?host=localhost"
bgcolor="#ffffff"
width="400"
height="300"
name="haxe"
quality="high"
align="middle"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
/>
</object>
<p>
If you don't see the SWF, check that you have Flash Player 9 installed.
</p>
<p>
If the flash player can't connect to the server, please allow it to do so by using the
<a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html">Flash Security Manager</a>.
</p>
</body>
</html>