<html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="../flowplayer-3.2.13.min.js"></script> <link rel="stylesheet" type="text/css" href="style.css"> <title>Minimal Flowplayer setup</title> </head><body> <div id="page"> <a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv" style="display:block;width:350px;height:330px" id="player"> </a> <script> flowplayer("player", "../flowplayer-3.2.18.swf", { clip: { auto:true, autoBuffering: true } }); </script> </div> </body></html>