<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com...h/swflash.cab#version=6,0,29,0" width="1" height="1">
<param name="movie" value="img/intro.swf">
<param name="quality" value="high">
<embed src="img/intro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1" height="1"></embed>
</object>
i rezultat validacije je:
Line 338, column 15: there is no attribute "SRC" (explain...).
<embed src="img/intro.swf" quality="high" pluginspage="http://www.macromedia
^
Line 338, column 39: there is no attribute "QUALITY" (explain...).
<embed src="img/intro.swf" quality="high" pluginspage="http://www.macromedia
^
Line 338, column 58: there is no attribute "PLUGINSPAGE" (explain...).
...ntro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashpl
^
Line 338, column 109: there is no attribute "TYPE" (explain...).
...cromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1
^
Line 338, column 147: there is no attribute "WIDTH" (explain...).
...application/x-shockwave-flash" width="1" height="1"></embed>
^
Line 338, column 158: there is no attribute "HEIGHT" (explain...).
.../x-shockwave-flash" width="1" height="1"></embed>
^
Line 338, column 161: element "EMBED" undefined (explain...).
...shockwave-flash" width="1" height="1"></embed>
^
međutim, ako ceo taj kod smestim u promenljivu i koristim JavaScript tj. document.write, proći ću validaciju, ali je to prevara njihovog parsera... jel uopšte može Flash da se embeduje po HTML 4.01 standardu?

Kako da embed tag za Flash prođe HTML 4.01 Transitional validaciju?
Re: Kako da embed tag za Flash prođe HTML 4.01 Transitional validaciju?