<html>
<head>
<script type="text/javascript" src="/f1/jwplayer/jwplayer.js"></script>
</head>
<body>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
    jwplayer("myElement").setup({
        file: "/f1/uploads/abu.avi",
        image: "/f1/uploads/abu.png"
    });
</script>
</body>
</html>