Prevent video opening in new tab

indebt

Junior Member
Joined
May 19, 2009
Messages
110
Reaction score
48
So how do i avoid someone clicking on an embeded youtube video on my site and opening a new tab of the youtube page?
 
Try this:

<embed src="Utube/v/blahblah" type="application/x-shockwave-flash" allowscriptaccess="always" allownetworking="internal" allowfullscreen="false">
 
Yep that worked a treat. Thanks
 
Back
Top