-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
63 lines (59 loc) · 2.77 KB
/
video.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Eclipse Scout Video 7 Parts</title>
<link href="http://vjs.zencdn.net/4.1/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/4.1/video.js"></script>
</head>
<body>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="360" poster="my_video_poster.png"
data-setup="{}">
<source src="video/Eclipse Scout Tutorial - Part 1_ Create a new Scout Project.mp4" type='video/mp4'>
</video>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="360" poster="my_video_poster.png"
data-setup="{}">
<source src="video/Eclipse Scout Tutorial - Part 2_ Start a Scout Application.mp4" type='video/mp4'>
</video>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="360" poster="my_video_poster.png"
data-setup="{}">
<source src="video/Eclipse Scout Tutorial - Part 3_ Create a new Form.mp4" type='video/mp4'>
</video>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="360" poster="my_video_poster.png"
data-setup="{}">
<source src="video/Eclipse Scout Tutorial - Part 4_ Add Form Fields.mp4" type='video/mp4'>
</video>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="360" poster="my_video_poster.png"
data-setup="{}">
<source src="video/Eclipse Scout Tutorial - Part 5_ Create the Server Code.mp4" type='video/mp4'>
</video>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="360" poster="my_video_poster.png"
data-setup="{}">
<source src="video/Eclipse Scout Tutorial - Part 6_ Link the Hello World Form t.mp4" type='video/mp4'>
</video>
<video id="my_video_1" class="video-js vjs-default-skin" controls
preload="auto" width="640" height="360" poster="my_video_poster.png"
data-setup="{}">
<source src="video/Eclipse Scout Tutorial - Part 7_ Deploy your Application to .mp4" type='video/mp4'>
</video>
<a class="is-active" href="video/Eclipse Scout Tutorial - Part 1_ Create a new Scout Project.mp4">
</a>
<a href="video/Eclipse Scout Tutorial - Part 2_ Start a Scout Application.mp4">
</a>
<a href="video/Eclipse Scout Tutorial - Part 3_ Create a new Form.mp4">
</a>
<a href="video/Eclipse Scout Tutorial - Part 4_ Add Form Fields.mp4">
</a>
<a href="video/Eclipse Scout Tutorial - Part 5_ Create the Server Code.mp4">
</a>
<a href="video/Eclipse Scout Tutorial - Part 6_ Link the Hello World Form t.mp4">
</a>
<a href="video/Eclipse Scout Tutorial - Part 7_ Deploy your Application to .mp4">
</body>
</html>