corrected video tag

This commit is contained in:
Phill Ridout 2010-07-03 20:45:14 +01:00
parent 02f86d0603
commit a180c4c321

View File

@ -53,11 +53,8 @@ HTMLVIDEO = u"""<html>
</script>
</head>
<body id="body" onload="bodyLoaded();">
<video id="video" src="%s"
autoplay loop width="%s" height="%s"
autobuffer="autobuffer" preload >
your browser does not support the video tag
</video>
<video id="video" src="%s" autoplay="autoplay" loop="loop"
width="%s" height="%s" autobuffer="autobuffer" preload="preload" />
</body></html>
"""