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> </script>
</head> </head>
<body id="body" onload="bodyLoaded();"> <body id="body" onload="bodyLoaded();">
<video id="video" src="%s" <video id="video" src="%s" autoplay="autoplay" loop="loop"
autoplay loop width="%s" height="%s" width="%s" height="%s" autobuffer="autobuffer" preload="preload" />
autobuffer="autobuffer" preload >
your browser does not support the video tag
</video>
</body></html> </body></html>
""" """