Skip to content

Instantly share code, notes, and snippets.

@hsquareweb
Created September 18, 2012 19:54
Show Gist options
  • Save hsquareweb/3745444 to your computer and use it in GitHub Desktop.
Save hsquareweb/3745444 to your computer and use it in GitHub Desktop.
HTML: Embed Clean YouTube Video
<object width="100%" height="315">
<param name="movie" value="URL-VIDEO&amp;ap=%2526fmt%3D18?version=3&amp;hl=en_US&amp;showinfo=0&amp;autohide=1">
<param name="allowFullScreen" value="true">
<param name="allowscriptaccess" value="always"><embed src="URL-VIDEO&amp;ap=%2526fmt%3D18?version=3&amp;hl=en_US&amp;showinfo=0&amp;autohide=1" type="application/x-shockwave-flash" width="100%" height="315" allowscriptaccess="always" allowfullscreen="true"></object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment