How To Hide Embed YouTube Video Controls OR YouTube Iframe Embed Code Hide Controls in C# Asp.Net
Program:
Method 1:
Program:
Method 1:
<iframe src="http://www.youtube.com/embed/65hxVrmy4jw" height="315" width="560" allowfullscreen="" frameborder="0"> </iframe> |
Method 2:
<iframe src="http://www.youtube.com/embed/65hxVrmy4jw?rel=0&autohide=1&showinfo=0" height="315" width="560" allowfullscreen="" frameborder="0"> |
Live Demo:
Thanks!
ReplyDelete