I am trying to embed a youtube video into my page but cannot get it to validate, I was told that I needed to change iframe to object but do not know how to do this, I was told there is a code to do it? please help!
Just use the code that Youtube gives you, either the iFrame version or the old-school embedded version. Don't worry about validation. If something doesn't validate, it doesn't necessarily mean it's "wrong" or "bad".
Most of the time, the reason things don't validate when it comes to youtube is "allowfullscreen" is not a "tag" etc. Just delete that bit. Also use & for every ampersand you see in the code.
I am trying to embed a youtube video into my page but cannot get it to validate, I was told that I needed to change iframe to object but do not know how to do this, I was told there is a code to do it? please help!
Just use the code that Youtube gives you, either the iFrame version or the old-school embedded version. Don't worry about validation. If something doesn't validate, it doesn't necessarily mean it's "wrong" or "bad".
i have read that its not too important, but I need it to validate for my assignment, is there a way I can do this?
Something like this?
I can't post the code. http://helpx.adobe.com/flash/kb/object-tag-syntax-flash-professional.html
Most of the time, the reason things don't validate when it comes to youtube is "allowfullscreen" is not a "tag" etc. Just delete that bit. Also use & for every ampersand you see in the code.
thanks :)