-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautoplay.html
More file actions
43 lines (43 loc) · 1.47 KB
/
autoplay.html
File metadata and controls
43 lines (43 loc) · 1.47 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
41
42
43
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>f4Player :: beta</title>
</head>
<body>
<div id="player">
<object width="600" height="338" id="f4Player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param name="movie" value="player.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="allowFullScreen" value="true" />
<param name="scale" value="noscale" />
<param name="allowScriptAccess" value="always" />
<param name="swLiveConnect" value="true" />
<param name="flashVars" value="skin=skins/mySkin.swf
&thumbnail=videos/video-thumbnail.jpg
&video=videos/andrea.mp4
&autoplay=1
"/>
<!-- [if !IE] -->
<object width="600" height="338" data="player.swf" type="application/x-shockwave-flash" id="f4Player">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="allowFullScreen" value="true" />
<param name="scale" value="noscale" />
<param name="allowScriptAccess" value="always" />
<param name="swLiveConnect" value="true" />
<param name="flashVars" value="skin=skins/mySkin.swf
&thumbnail=videos/video-thumbnail.jpg
&video=videos/andrea.mp4
&autoplay=1
"/>
</object>
<!-- [endif] -->
<!-- http://f4player.googlecode.com/files/delicatessen.mp4 -->
</object>
</div>
<a href="index.html">home</a> |
<a href="autoplay.html">autoplay</a> |
<a href="dimensions.html">dimensions</a>
</body>
</html>