Quote Originally Posted by Rob
I cant turn off the embedding option, If I either enable/disable in admin it always shows up on the view page.

EDIT: It appears that the admin panel is correcting the database to turn on and off embedding (0/1), I've reuploaded view_video.php and video.php but the embed option is still available to visitors, I really dont want visitors to have this option as I want to steer people to my site.
OK I fixed my own problem, in view_video.tpl I changed:

Code:
{if $video_info.embed eq "enabled"}
To
Code:
{if $embed_show eq "1"}
Worked for me anyway..