You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
904 B

<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test Padma API</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="padma.layers.js"></script>
<script type="text/javascript" src="mypadma.js"></script>
<script type="text/javascript">
var videoId = "Vg8ig4uv";
$(document).ready(function() {
var v = new padmaVideo(videoId);
v.getAllData(setupVideo, {});
});
</script>
</head>
<body>
<!-- Video Box Starts Here -->
<div id="vidbox">
<h1 id="videoTitle"></h1>
<video id="videoPlayer" src="" controls="controls"></video>
<div id="videoAnnotations"></div>
</div><!-- Video Box Ends Here -->
</body>
</html>