-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathjwbox.html
25 lines (25 loc) · 2.05 KB
/
jwbox.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
<!DOCTYPE html>
<html>
<head>
<title>JW Box - A JW Player LightBox</title>
<link rel="icon" type="image/x-icon" href="http://www.jwplayer.com/wp-content/themes/jwplayer-104/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="jwbox.js"></script>
<style type="text/css">
body {
font-family: sans-serif;
}
</style>
</head>
<body onload="setupPlayer();">
<h3>JW Box - A JW Player LightBox</h3>
<a href="#"><img width="500" height="300" border="0" src="http://content.bitsontherun.com/thumbs/C4lp6Dtd-640.jpg" onclick="playVideo('http://content.bitsontherun.com/videos/C4lp6Dtd-el5vTWpr.mp4','http://content.bitsontherun.com/thumbs/C4lp6Dtd-640.jpg','flash'); return false;" /></a><br /><br />
<a href="#"><img width="500" height="300" border="0" src="http://content.bitsontherun.com/thumbs/bkaovAYt-480.jpg" onclick="playVideo('http://content.bitsontherun.com/videos/bkaovAYt-364766.mp4','http://content.bitsontherun.com/thumbs/bkaovAYt-480.jpg'); return false;" /></a><br /><br />
<a href="#"><img width="500" height="300" border="0" src="http://content.bitsontherun.com/thumbs/3XnJSIm4-480.jpg" onclick="playVideo('http://content.bitsontherun.com/videos/3XnJSIm4-kNspJqnJ.mp4','http://content.bitsontherun.com/thumbs/3XnJSIm4-480.jpg'); return false;" /></a><br /><br />
<a href="#"><img width="500" height="300" border="0" src="http://content.bitsontherun.com/thumbs/6O7cYVpH-480.jpg" onclick="playVideo('http://content.bitsontherun.com/videos/6O7cYVpH-1ahmry41.mp4','http://content.bitsontherun.com/thumbs/6O7cYVpH-480.jpg'); return false;" /></a><br /><br />
<a href="#"><img width="500" height="300" border="0" src="http://content.bitsontherun.com/thumbs/zhiesZIW-480.jpg" onclick="playVideo('http://content.bitsontherun.com/videos/zhiesZIW-52qL9xLP.mp4','http://content.bitsontherun.com/thumbs/zhiesZIW-480.jpg','html5','drag','resize'); return false;" /></a><br /><br />
This is some content.<br />
This is some content.<br />
This is some content.
</body>
</html>