AmazingAnt
11-11-2006, 12:48 PM
I have a page written in XHTML 1.0 Strict, and for some reason when I add the standard YouTube embed code to the page:
<object width="425" height="350"><param name="movie" value="YouTube URI HERE"></param><param name="wmode" value="transparent"></param><embed src="YouTube URI HERE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
I get errors about how the attributes "src", "type", "wmode", "width", and "height "do not exist, and that the "embed" element is undefined...
I tried changing to the transitional doctype and it still gives me the same errors... What can I do?
<object width="425" height="350"><param name="movie" value="YouTube URI HERE"></param><param name="wmode" value="transparent"></param><embed src="YouTube URI HERE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
I get errors about how the attributes "src", "type", "wmode", "width", and "height "do not exist, and that the "embed" element is undefined...
I tried changing to the transitional doctype and it still gives me the same errors... What can I do?