scusate, forse io sono un po' stupida...ma non riesco a risolvere lo stesso problema
codice:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" style="width:800;height:600">
<param name=movie value=risorse/video/index.swf>
<param name=quality value=high>
<param name=bgcolor value=white>
<embed src="risorse/video/index.swf" width=800 height=600 quality=high type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>
ERRORI:
codice:
#
Line 59, column 16: there is no attribute "SRC"
<embed src="risorse/video/index.swf" width=800 height=600 quality=high type
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
✉
#
Line 59, column 48: there is no attribute "WIDTH"
... src="risorse/video/index.swf" width=800 height=600 quality=high type="applic
✉
#
Line 59, column 59: there is no attribute "HEIGHT"
...se/video/index.swf" width=800 height=600 quality=high type="application/x-sho
✉
#
Line 59, column 71: there is no attribute "QUALITY"
...ex.swf" width=800 height=600 quality=high type="application/x-shockwave-flash
✉
#
Line 59, column 81: there is no attribute "TYPE"
...dth=800 height=600 quality=high type="application/x-shockwave-flash" pluginsp
✉
#
Line 59, column 125: there is no attribute "PLUGINSPAGE"
...ation/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/dow
✉
#
Line 59, column 212: element "EMBED" undefined
...x.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
Cosa nn vedo?