You are on page 1of 2

LATIHAN PRAKTIKUM PEMROGRAMAN WEB

BAB : DASAR PHP


NAMA : NAMA PRAKTIKAN
NIM : 165150200111001
ASISTEN : 1. NAMA ASISTEN
2. NAMA ASISTEN
TGL PRAKTIKUM : 24 MARET 2017

LATIHAN 1
A. Soal

Soal salinan dari modul

B. Screenshoot

Jika Ada

C. Syntax

1 <html>
2 <head>
3 <meta charset="utf-8">
4 <meta http-equiv="X-UA-Compatible"
5 content="IE=edge">
6 <title></title>
7 </head>
8 <body>
9 <div id="dash_video" style = 'height : 80% ;
10 width : 80% ;'></div>
11 <script src="http://bitmovin-
12 a.akamaihd.net/bitdash/latest/bitdash.min.js"
13 type="text/javascript"></script>
14 <script type="text/javascript">
15 var konfigurasi = {
16 key:
17 "69a6487f4721b0679064a579319940fb54e94e29c7926787a3711f
18 fbb11246b2",
19 source:{
20 dash: "https://eu-storage-
21 bitcodin.storage.googleapis.com/bitStorage/8565_7034e6d
22 4072b85f13c2404e60586d35a/162002_bf74e880e58e1a8e81c9fc
23 bced65f304/mpds/162002.mpd"
24 }
25 };
26 var video = bitdash('dash_video');
27 video.setup(konfigurasi);
28 </script>
29 </body>
30 </html>
D. Penjelasan
Penjelasan dari poin C menjelaskan alur progeam dan bagian-bagian dari code program
(per modul/method)

LATIHAN 2
A. Soal

Soal salinan dari modul

B. Screenshoot

Jika Ada

C. Syntax

1 <html>
2 <head>
3 <meta charset="utf-8">
4 <meta http-equiv="X-UA-Compatible"
5 content="IE=edge">
6 <title></title>
7 </head>
8 <body>
9 <div id="dash_video" style = 'height : 80% ;
10 width : 80% ;'></div>
11 <script src="http://bitmovin-
12 a.akamaihd.net/bitdash/latest/bitdash.min.js"
13 type="text/javascript"></script>
14 <script type="text/javascript">
15 var konfigurasi = {
16 key:
17 "69a6487f4721b0679064a579319940fb54e94e29c7926787a3711f
18 fbb11246b2",
19 source:{
20 dash: "https://eu-storage-
21 bitcodin.storage.googleapis.com/bitStorage/8565_7034e6d
22 4072b85f13c2404e60586d35a/162002_bf74e880e58e1a8e81c9fc
23 bced65f304/mpds/162002.mpd"
24 }
25 };
26 var video = bitdash('dash_video');
27 video.setup(konfigurasi);
28 </script>
29 </body>
30 </html>

D. Penjelasan
Penjelasan dari poin C menjelaskan alur progeam dan bagian-bagian dari code program
(per modul/method)

You might also like