hi guys... i recently created a website where i used youtube's embedded link for watching music videos and trailers.. but its causing problem on xhtml validation on w3c. if i remove the youtube's embedded link then it shows no error on validation. now what i'm supposed to do?? is it a big issue? will search engine spider be able to crawl my site perfectly with this validation problem on?? or am i supposed to use ajax to bring in the embedded link after the page loading is done?? please give me ur expert opinion... here is one of the page that is causing problem... http://www.loverofsadness.com/sad_video.php?id=1 and here is validation link.. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.loverofsadness.com%2Fsad_video.php%3Fid%3D1&charset=%28detect+automatically%29&doctype=Inline&ss=1&outline=1&group=0&user-agent=W3C_Validator%2F1.654
that actually works for youtube.. but my site another flash player from houndbite... and its their policy that i can not change their embedded code... so i was forced to load all the embedded link via ajax... it certainly works but gave me quite a workout...