-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.4 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/colorbox.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
<script type="text/javascript">
$(function(){
$("a[rel='videolink']").colorbox({
//width:"600px",
//inline: true,
//href: '#video'
overlayClose: false,
html:'<object width="320" height="240"> <param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf"></param><param name="flashvars" value="src=http%3A%2F%2F175.41.146.17%2Fvideoresume%2Fvideo%2Fsampleflv.flv"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="240" flashvars="src=http%3A%2F%2F175.41.146.17%2Fvideoresume%2Fvideo%2Fsample.m4v"></embed></object>'
});
});
</script>
<title>Resume</title>
</head>
<body>
<div class="container" id="page">
<div class="span16">
<a href="#" rel="videolink"><img src="images/movies.png" alt="Video Resume" /></a>
</div>
</div>
</body>
</html>