-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 1.66 KB
/
index.html
File metadata and controls
48 lines (41 loc) · 1.66 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
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>Behind Closed Doors - Trailer</title>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<div id="wrap">
<div id="header">
<h1><span>Behind closed doors</span></h1>
</div>
<div id="content">
<div class="inner">
<!-- Insert your content here -->
<h2>Trailer</h2>
<div class="embedded_video">
<p id="player2"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var s2 = new SWFObject("flvplayer.swf","single","720","576","7");
s2.addParam("allowfullscreen","true");
s2.addVariable("file","http://www.si-entertainment.com/dahie/videos/BehindClosedDoors.flv");
s2.addVariable("displayheight","576");
s2.addVariable("backcolor","0x000000");
s2.addVariable("frontcolor","0xCCCCCC");
s2.addVariable("lightcolor","0x557722");
s2.write("player2");
</script>
</div>
</div>
</div>
<div id="footer">
<div id="navigation">
<ul><li><a href="index.php" class="active" >Trailer</a></li><li><a href="synopsis.php" >Synopsis</a></li><li><a href="cast.php" >Cast</a></li><li><a href="press.php" >Presse</a></li><li><a href="closed-door.php" >The Closed Door</a></li>
</ul>
</div> </div>
</div>
</body>
</html>