/ Published in: HTML
URL: http://www.youtube.com/html5
I think that is some of the best markup I have seen ever from Google.
Expand |
Embed | Plain Text
<div id="video-player"> <video width="640" height="360" src="/demo/google_main.mp4?2" autobuffer> <div class="video-fallback"> <br>You must have an HTML5 capable browser. </div> </video> <div class="controls"> <div class="progress-bar"> <div class="progress-list"> <progress class="load-progress" value="0" style="width: 0%;"></progress> <progress class="play-progress" value="0" style="width: 0%;"></progress> <!-- I do not like using a transparent gif, but have not figured out how to prevent the image from dragging - czacharias --> </div> </div> <button class="volume-button" value="max"> <div class="volume-panel"> <div class="volume-channel"> </div> </div> </button> </div> <div class="stats"> <meter class="rating-stars"></meter> </div> </div>
You need to login to post a comment.
