We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180de67 commit 03178a8Copy full SHA for 03178a8
1 file changed
public/demos/php_video_gdrive_01/php_gdrive_video_01.html
@@ -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