<!DOCTYPE HTML>
<html>
<head>
<title>Title of the document</title>
<script type="text/javascript" src="http://static.websiteonline.cn/website/script/jquery-1.6.4.js" ></script>
<link href="http://static.websiteonline.cn/website/plugin/new_video/styles/video-js.6.0.css?v=15434642" rel="stylesheet" type="text/css" />
<link href="http://logistics-449.view.websiteonline.cn/plugin/new_video/styles/videofont.css?v=15428564" rel="stylesheet" type="text/css" />
<script type="text/javascript" language="javascript" src="http://static.websiteonline.cn/website/plugin/new_video/styles/video.6.0.js?v=15428564"></script>
	
<style>
	body{margin:0;padding:0;font-size:62.5%;}
</style>
</head>
<body>
<div id="container" style="width:100%;height:100%;">
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="true" style="width:100%;height:100%;" data-setup="{}" poster="http://pml727e4f.pic31.websiteonline.cn/upload/wl2.jpg">
    <source src="http://web.ls1001.com/inter.mp4" type="video/mp4">
</video>
</div>
<script type="text/javascript">
$(function(){
	$('#container').css('height',$(window).height()+'px');
	$(window).resize(function(){
		$('#container').css('height',$(window).height()+'px');
	})

	var player = videojs('example_video_1',{
            },function(){
			});
		document.body.oncontextmenu=function(){return false;}
		$(document).keydown(function(event) {
			if ((event.ctrlKey&&event.which==67) || (event.ctrlKey&&event.which==86)) {
					return false;
			}        
		})
		$(document).keydown(function(event) {
				if ((event.ctrlKey&&event.which==67) || (event.ctrlKey&&event.which==86) || (event.ctrlKey&&event.which==83)) {
						return false;
				}        
		})
	})
   
</script>
</body>
</html>