Thursday, December 22, 2011

How to Embed YouTube Playlists in a Website / WebPage

How to Embed YouTube Playlists in a Website / WebPage

<object width="480" height="385">   
<param name="movie" value="http://www.youtube.com/p/ID"></param> 
  <param name="allowFullScreen" value="true"></param> 
  <param name="allowscriptaccess" value="always"></param> 
  <embed src="http://www.youtube.com/p/ID" width="480" height="385" 
   type="application/x-shockwave-flash" allowscriptaccess="always" 
  allowfullscreen="true">
  </embed>
</object>
View Details

No comments: