indebt Junior Member Joined May 19, 2009 Messages 110 Reaction score 48 Jan 13, 2011 #1 So how do i avoid someone clicking on an embeded youtube video on my site and opening a new tab of the youtube page?
So how do i avoid someone clicking on an embeded youtube video on my site and opening a new tab of the youtube page?
D dromero Newbie Joined Nov 19, 2010 Messages 35 Reaction score 19 Jan 13, 2011 #2 Try this: <embed src="Utube/v/blahblah" type="application/x-shockwave-flash" allowscriptaccess="always" allownetworking="internal" allowfullscreen="false">
Try this: <embed src="Utube/v/blahblah" type="application/x-shockwave-flash" allowscriptaccess="always" allownetworking="internal" allowfullscreen="false">
indebt Junior Member Joined May 19, 2009 Messages 110 Reaction score 48 Jan 14, 2011 Thread Starter Thread Starter #3 Yep that worked a treat. Thanks