Skip to content

Commit 03178a8

Browse files
authored
Add files via upload
1 parent 180de67 commit 03178a8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Playing Google Drive video file in HTML5 Video</title>
5+
</head>
6+
<body>
7+
8+
<video id="my_video" muted autoplay controls style="width: 30%">
9+
<source type="video/mp4"
10+
src="https://vcone.altervista.org/public/demos/video_php_01/vc1_php_proxy_gdrive_01_final.php" >
11+
</video>
12+
13+
<iframe src="https://vcone.altervista.org/public/demos/video_php_01/vc1_php_proxy_files_gdrive_01.html" ></iframe>
14+
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)