<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../flowplayer-3.2.12.min.js"></script>
<!-- some minimal styling, can be removed -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- page title -->
<title>Minimal Flowplayer setup</title>
</head><body>
<div id="page">
<a
href="VID_20121229_231844.mp4"
style="display:block;width:520px;height:330px"
id="player">
</a>
<script>
flowplayer("player", "../flowplayer-3.2.16.swf");
</script>
or
<div id="player2" style="width:520px; height:330px"> </div>
<script>
flowplayer(
"player2",
"../flowplayer-3.2.16.swf",{
clip: {
url: "VID_20121229_231844.mp4",
autoPlay: false,
autoBuffering: true
}
}
);
</script>
</div>
</body></html>