Try to add following code to your include/player.inc file.
Code:
<script type="text/javascript">
var so = new SWFObject("{$config['baseurl']}/player/player.swf","vshare_player","$config[player_width]","$config[player_height]","8");
so.addParam("allowfullscreen","true");
so.addVariable("file","{$file}");
so.addVariable("image","{$video_thumb_url}/thumb/{$video_folder}{$video_id}.jpg");
so.addVariable("width","{$config['player_width']}");
so.addVariable("height","{$config['player_height']}");
so.addVariable("displayheight","$displayheight");
so.addVariable("overstretch", "true");
so.addVariable("autostart", "{$config['player_autostart']}");
so.addVariable("bufferlength", "{$config['player_bufferlength']}");
so.addVariable('plugins', 'hd-2');
so.addVariable('hd.file', '{$hd_file}');
so.write('vshare_player');
<script>
'{$hd_file}' - URL to the hd video file.
If you can't get it fixed, open a Support ticket
Thanks,
Bookmarks