-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVideo2.php
66 lines (58 loc) · 2 KB
/
Video2.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Video :: Dallas Designs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="include/Menu.css" type="text/css" media="screen" />
<link rel="stylesheet" href="include/DallasDesigns.css" type="text/css" media="screen" />
<script src="include/ShowHide.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function message()
{
setTimeout("show('message')",1200);
}
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css" media="screen">
#mainText {
position:absolute;
top:160px;
left:10px;
width:700px;
text-align:center;
z-index:6;
}
#rickroll {
width:100%;
}
#message {
display:none;
}
</style>
</head>
<body background="images/parchment.gif" onload="javascript:message();">
<div id="mainText">
<div id="rickroll">
<p><span id="message">You've been Rick Rolled :-)<br/><br/></span>
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/3AdFA6WWJ7E&hl=en&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="autoplay" value="true"></param>
<param name="autoStart" value="true"></param>
<embed src="http://www.youtube.com/v/3AdFA6WWJ7E&hl=en&fs=1&autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>
</object>
</p>
<p> </p>
</div>
</div>
<?php include("include/Top.php"); ?>
</body>
</html>