So I ran into and issue with some embeded youtube videos on one of my sites. The code youtube gives you will not validate. I found and article here that lead to my fix... rather than paste youtubes code do this
where n is the ID number of the relevant YouTube video.Code:<object type="application/x-shockwave-flash" width="425" height="350" data="http://www.youtube.com/v/n"><param name="movie" value="http://www.youtube.com/v/n" /></object>



