5a481cce424602734c9bb38d07457d9097e40c31
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / multimediaview / multimediaview_video.html
1 <!DOCTYPE html>
2 <div data-role="page" data-add-back-btn="true">
3         <div data-role="header" data-position="fixed">
4                 <h1>Video Test</h1>
5         </div>
6         <div data-role="content">
7                 <video data-controls="true" style="width:100%;">
8                         <source src="http://www.w3schools.com/html5/mov_bbb.mp4" type="video/mp4" />
9                         <source src="http://www.w3schools.com/html5/mov_bbb.ogg" type="video/ogg" />
10                         <source src="http://www.w3schools.com/html5/mov_bbb.webm" type="video/webm" />
11                         <p>Your browser does not support the video tag.</p>
12                 </video>
13         </div>
14         <div data-role="footer">
15         </div>
16 </div>