da quando ho installato DW8 ho dei problemi ad inserire oggetti flash, infatti mi scrive del codice tipo:
codice:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','400','height','20','title','VACANZE','src','an_vacanze','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','an_vacanze' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="400" height="20" title="VACANZE">
<param name="movie" value="an_vacanze.swf" />
<param name="quality" value="high" />
<embed src="vacanze.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="20"></embed>
</object></noscript>
Quando provo a visualizzarlo sul browser non si vede nulal (per vederlo devo togliere i TAG NO SCRIPT)
Inoltre in fase di validazione W3C mi da una serire di errori tipo:
document type does not allow element "noscript" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 92 column 19: there is no attribute "src".
<embed src="an_vacanze.swf" width="400" height="20" quality="high" plugi
Line 92 column 42: there is no attribute "width".
... <embed src="an_vacanze.swf" width="400" height="20" quality="high" plugins
Line 92 column 55: there is no attribute "height".
...="an_vacanze.swf" width="400" height="20" quality="high" pluginspage="http://
Line 92 column 68: there is no attribute "quality".
...swf" width="400" height="20" quality="high" pluginspage="http://www.macromedi
Qualcuno ha dei suggerimenti?
GRAZIE