<html>
<head>
<title>Sample Integration</title>
<script src="/player/js/hdwplayer.js"></script>
</head>
<body>
<div id="player"></div>
<script>
hdwplayer({
id : 'player',
swf : 'player/player.swf',
width : '705',
height : '400',
type : 'youtube',
video : 'http://www.youtube.com/watch?v=uqQgNc_megc',
autoStart : 'true'
});
</script>
</body>
</html>
