mi spiedo meglio
questo è il codice che ho inserito nella pagina....

------------------------------------------------------------
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="754" height="299">
<param name="movie" value="movie/home.swf" />
<embed src="movie/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="754" height="299"></embed>
</object>
------------------------------------------------------------

e questi sono i risultati della validazione...
------------------------------------------------------------
* Line 13, character 16:

<embed src="movie/home.swf" quality="high" pluginspage=" ...
^

Error: there is no attribute src for this element (in this HTML version)
* Line 13, character 41:

... src="movie/home.swf" quality="high" pluginspage="http://www. ...
^

Error: there is no attribute quality for this element (in this HTML version)
* Line 13, character 60:

... " quality="high" pluginspage="http://www.macromedia.com/go/g ...
^

Error: there is no attribute pluginspage for this element (in this HTML version)
* Line 13, character 111:

... .com/go/getflashplayer" type="application/x-shockwave-flash" ...
^

Error: there is no attribute type for this element (in this HTML version)
* Line 13, character 149:

... ion/x-shockwave-flash" width="754" height="299"></embed>
^

Error: there is no attribute width for this element (in this HTML version)
* Line 13, character 162:

... ve-flash" width="754" height="299"></embed>
^

Error: there is no attribute height for this element (in this HTML version)
* Line 13, character 167:

... ash" width="754" height="299"></embed>
^

Error: element embed not defined in this HTML version
* Line 59, character 189:

... rg/products/firefox/" target="_blank">http://www.mozilla.org ...
^

Error: there is no attribute target for this element (in this HTML version)
------------------------------------------------------------

ovviamente alcuni errori sono scontati ma non cosi banali come i
width="754" height="299"
non sono banali perche se elimino questi elementi il flash non sunziona perche non riconosce più le sue dimensioni...
poi ci sono altri problemi come puoi vedere...

la mia domanda è questa...
esiste un metodo che ti permette di inserire un swf con un codice valido xhtml strict??
Grazie!!