Functional Try

Html code posted by Me
created at 26 Jun 22:40, updated at 01 Jul 01:21

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
<video width="320" height="240" controls=true>
    <source src="video.mp4" />
    <source src="video.webm" />
    <embed
        src="YTPlayer.swf"
        flashvars="movieName=video.mp4&autoStart=true"
        width="320"
        height="240"
        allowFullScreen=true
        type="application/x-shockwave-flash"
        pluginspage="http://get.adobe.com/flashplayer" />
    </video>
401 Bytes in 2 ms with coderay