Find this code inside /template/view_video.tpl
Code:
<object width="425" height="350" type="application/x-shockwave-flash" data="{$baseurl}/player/player.swf"><param name="movie" value="{$baseurl}/player/player.swf"><param name="flashvars" value="&file={$baseurl}/flvideo/{$video_info.flvdoname}&height=350&image={$baseurl}/thumb/{$video_info.VID}.jpg&width=425&location={$baseurl}/player/player.swf&logo={$baseurl}/templates/images/watermark.gif&link={$watermark_url}&linktarget=_blank"/></object>
Replace with this
Code:
<object type="application/x-shockwave-flash" height="350" width="425" data="{$baseurl}/player/player.swf">
<param name="movie" value="{$baseurl}/player/player.swf" />
<param name="flashvars" value="&file={$baseurl}/flvideo/{$video_info.flvdoname}&height=350&image={$baseurl}/thumb/{$video_info.VID}.jpg&width=425&location={$baseurl}/player/player.swf&logo={$baseurl}/templates/images/watermark.gif&link={$baseurl}&linktarget=_blank" />
</object>
Thanks
Dave
Bookmarks