<html>
<head>
<script src="http://releases.flowplayer.org/js/flowplayer-
3.2.12.min.js"></script>
</head>
<body>
<div id="player" style="width:644px;height:276px;margin:0 auto;text-align:center">
<img src="/path/to/background.png" height="260" width="489" />
</div>
<script>
$f("player", "http://releases.flowplayer.org/swf/flowplayer-
3.2.16. swf ", {
clip: {
url: '<stream.flv>',
scaling: 'fit',
provider: 'hddn'
},
plugins: {
hddn: {
url: "flowplayer.rtmp-3.2.13.swf",
netConnectionUrl: 'rtmp://192.168.100.134/live/1'
}
},
canvas: {
backgroundGradient: 'none'
}
});
</script>
</body>
</html>