Quote Originally Posted by vshare2 View Post
Hi,

For auto playing embedded videos, do the following.

Open vShare/video_embed.php file and add
Code:
$video_flv_player .= '&autostart=1';
after
Code:
$video_flv_player .= '&logo=' . $logo;
Try it now.

If you can't get it fixed, open support ticket at

BuyScripts Helpdesk

Thanks,

Buyscripts Team.
It was working good now it's not working for: $video_flv_player .= '&autostart=1';
This is the new video embedded code:

<object width="560" height="340"><param name="movie" value="http://gomusictv.info/v/62&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://gomusictv.info/v/62&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>

Can you help me fix's this (Thanks)