OLD | NEW |
---|---|
1 <!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullSc reenTest | 1 <!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullSc reenTest |
2 and AwContentsClientGetVideoLoadingProgressViewTest --> | 2 and AwContentsClientGetVideoLoadingProgressViewTest --> |
3 | 3 |
4 <html> | 4 <html> |
5 <head> | 5 <head> |
6 <script src="full_screen_video.js"></script> | 6 <script src="full_screen_video.js"></script> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="go Fullscreen('video'); return false">Go fullscreen</button> | 9 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="go Fullscreen('video'); return false">Go fullscreen</button> |
10 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button> | 10 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button> |
11 <video style = 'width: 10px; height: 10px;' id='video' controls> | 11 <video style = 'width: 10px; height: 10px;' id='video' controls> |
12 <source src="video.mp4" type="video/mp4"> | 12 <source src="video.webm" type "video/webm"> |
ddorwin
2016/03/10 01:46:38
ditto
DaleCurtis
2016/03/10 02:00:02
Done.
| |
13 </video> | 13 </video> |
14 </body> | 14 </body> |
15 </html> | 15 </html> |
OLD | NEW |