BrowzOS/media/index.html

21 lines
1.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Video Player</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Play music or videos from your web browser.">
<style type="text/css">
body {
background-color: #000000;
color: #748DE7;
}
</style>
</head>
<body>
<div style="width:400px; height:375px; margin-left:auto; margin-right:auto; border:3px double; border-collapse: collapse;">
<script type='text/javascript'>
document.write('<object width="400" height="375"><param name="movie" value="mediaplayer.swf"><param name="allowfullscreen" value="true"><param name="flashvars" value="always"><param name="allowscriptaccess" value="height=375&width=400&file=sks.flv&id=Video%20Player&backcolor=0x000000&frontcolor=0x9999FF&lightcolor=0x000000&screencolor=0x000000&searchbar=false&showstop=true&showdownload=false&volume=100&autostart=false"><embed src="mediaplayer.swf" width="400" height="375" allowscriptaccess="always" allowfullscreen="true" flashvars="height=375&width=400&file=sks.flv&id=Video%20Player&backcolor=0x000000&frontcolor=0x9999FF&lightcolor=0x000000&screencolor=0x000000&searchbar=false&showstop=true&showdownload=false&volume=100&autostart=false"/><\/embed><\/object>');
</script>
</div>
</body>
</html>