Hi,

Open file include/class.video_player.php

find
PHP Code:
$vshare_player '
        <object width="' 
$config['player_width'] . '" height="' $config['player_height'] . '">
        <param name="movie" value="http://www.youtube.com/v/' 
$this->video_info['video_name'] . '&autoplay=' $config['player_autostart'] . '&hl=en&fs=1"></param>
        <param name="allowFullScreen" value="true"></param>
        <param name="allowscriptaccess" value="always"></param>
        <embed src="http://www.youtube.com/v/' 
$this->video_info['video_name'] . '&autoplay=' $config['player_autostart'] . '&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"
        width="' 
$config['player_width'] . '" height="' $config['player_height'] . '"></embed>
        </object>'

replace to
PHP Code:
$vshare_player '
        <object width="' 
$config['player_width'] . '" height="' $config['player_height'] . '">
        <param name="movie" value="http://www.youtube.com/v/' 
$this->video_info['video_name'] . '&autoplay=' $config['player_autostart'] . '&hl=en&fs=1"></param>
        <param name="allowFullScreen" value="true"></param>
        <param name="allowscriptaccess" value="always"></param>
        <embed src="http://www.youtube.com/v/' 
$this->video_info['video_name'] . '&autoplay=' $config['player_autostart'] . '&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"
        width="' 
$config['player_width'] . '" height="' $config['player_height'] . '" allownetworking="internal" saveembedtags="true" enablehref="false" enablejsurl="false"></embed>
        </object>'

if any support, open a support ticket at http://helpdesk.buyscripts.in

Thanks