-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
29 lines (25 loc) · 1.28 KB
/
index.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
<html>
<head>
<title>YouTube video</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<script src="cordova.js"></script>
</head>
<body>
<h2>Test video </h2>
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab"
width="320px" height="240px" id="vlc" events="True">
<param name="Src" value="rtsp://46.249.213.87:554/playlists/bollywood-hits_hvga.hpl.3gp" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="320px" height="240px"
target="rtsp://46.249.213.87:554/playlists/bollywood-hits_hvga.hpl.3gp" ></embed>
</object>
<h2>Flash play</h2>
<iframe width="320" height="240s" src="http://www.youtube.com/embed/9HDeEbJyNK8?autoplay=1"
frameborder="0" allowfullscreen></iframe>
</body>
</html>