ho inserito in una pagina un filmato swf
col ilsolito codice che dw genera da se
codice:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="170">
<param name="movie" value="img/top.swf">
<param name="quality" value="high">
<embed src="img/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="170"></embed>
</object>
ma in fase di validazione mi genera una serie di errori
codice:
Line 22, column 15: there is no attribute "SRC"
<embed src="img/top.swf" quality="high" pluginspage="http://www.macromedia.c
)
2.
Line 22, column 37: there is no attribute "QUALITY"
<embed src="img/top.swf" quality="high" pluginspage="http://www.macromedia.c
)
3.
Line 22, column 56: there is no attribute "PLUGINSPAGE"
.../top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashpl
)
4.
Line 22, column 107: there is no attribute "TYPE"
...cromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="7
)
5.
Line 22, column 145: there is no attribute "WIDTH"
...application/x-shockwave-flash" width="760" height="170"></embed>
)
6.
Line 22, column 158: there is no attribute "HEIGHT"
...-shockwave-flash" width="760" height="170"></embed>
)
7.
Line 22, column 163: element "EMBED" undefined
...kwave-flash" width="760" height="170"></embed>
come posso risolvere
(oltre che togliendo l'swf...)?