-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
40 lines (40 loc) · 1.46 KB
/
index.php
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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>f4Player :: beta</title>
</head>
<body>
<div id="player">
<object width="620" height="360" id="f4Player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param name="movie" value="player.swf?<?=rand(1111,9999)?>" />
<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?<?=rand(1111,9999)?>
&thumbnail=videos/video-thumbnail.jpg
&video=videos/andrea.mp4
"/>
<!-- [if !IE] -->
<object width="620" height="360" data="player.swf?<?=rand(1111,9999)?>" 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?<?=rand(1111,9999)?>
&thumbnail=videos/video-thumbnail.jpg
&video=videos/andrea.mp4
"/>
</object>
<!-- [endif] -->
</object>
</div>
<a href="index.html">home</a> |
<a href="autoplay.html">autoplay</a> |
<a href="dimensions.html">dimensions</a>
</body>
</html>