The first HTML5 player I wrote is 14 lines long.
by R. Proffitt
- 12/18/12 3:33 PM
In Reply to: I understand by Youonlyliveone
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title>testvideo</title>
</head>
<body>
<video src="I-15bis.ogg" controls=""></video>
<video loop="loop" src="TEM-parapoxvirus-tomograph.ogv" autoplay=""
height="200" width="200"></video><br>
<br>
</body>
</html>
And I bet it can be shorter. I'm a little concerned here. That is, if you run a web site, how can you avoid a little HTML?
Sort of like gardening and never getting your hands dirty?
Bob
Was this reply helpful? (1) (0)
Staff pick
Discussion locked