-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
20 lines (18 loc) · 898 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<script type="text/javascript" charset="utf-8" src="phonegap-1.3.0.js"></script>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<h1>PhoneGap Video</h1>
<video width="240" height="320" controls="controls" id="video">
<source src="http://sample.scene7.com/e2/PortalCo/videos/womens_skirt_preen_hg6891b-VerticalMP4.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<p><a href="http://sample.scene7.com/e2/PortalCo/videos/womens_skirt_preen_hg6891b-VerticalMP4.mp4">Open in the native player</a></p>
<p>HTML5 video embedded in a PhoneGap application powered by Adobe Scene7.</p>
</body>
</html>