Ciao ragazzi,
sto cercando di validare con html Transitional un sito ma mi da degli errori nei tag e nei parametri utilizzati per inserire un filmato flash; come posso fare per risolverli?
Grazie.
Ciao ragazzi,
sto cercando di validare con html Transitional un sito ma mi da degli errori nei tag e nei parametri utilizzati per inserire un filmato flash; come posso fare per risolverli?
Grazie.
FaX
posta i messaggi che ti restituisce il w3c
![]()
Ciao lukeonweb, grazie per l'interessamento.
...ecco quanto!
Line 219, column 466: there is no attribute "SRC"
...bgcolor" VALUE="#4BC5F8"> <EMBED src="flash/cartina_riviera.swf" menu="false"
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 219, column 499: there is no attribute "MENU"
...src="flash/cartina_riviera.swf" menu="false" quality="high" bgcolor="#4BC5F8"
Line 219, column 515: there is no attribute "QUALITY"
...na_riviera.swf" menu="false" quality="high" bgcolor="#4BC5F8" WIDTH="323" HE
Line 219, column 530: there is no attribute "BGCOLOR"
... menu="false" quality="high" bgcolor="#4BC5F8" WIDTH="323" HEIGHT="220" NAME
Line 219, column 547: there is no attribute "WIDTH"
...lity="high" bgcolor="#4BC5F8" WIDTH="323" HEIGHT="220" NAME="cartina_riviera
Line 219, column 560: there is no attribute "HEIGHT"
...gcolor="#4BC5F8" WIDTH="323" HEIGHT="220" NAME="cartina_riviera" TYPE="appli
Line 219, column 571: there is no attribute "NAME"
...C5F8" WIDTH="323" HEIGHT="220" NAME="cartina_riviera" TYPE="application/x-sh
Line 219, column 594: there is no attribute "TYPE"
...HT="220" NAME="cartina_riviera" TYPE="application/x-shockwave-flash" PLUGINSP
Line 219, column 638: there is no attribute "PLUGINSPAGE"
...ation/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashpl
Line 219, column 683: element "EMBED" undefined
...www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></TD>
You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
FaX
li sappiamo tutti i messaggi che restituisce il validator quando incontra flash...
leggi qui
http://www.alistapart.com/articles/flashsatay/
eventualmente poi chiedi altre spiegazioni
io ho escogitato un metodo simile...e ho validato il sito in xhtml 1.0
Quindi, non è possibile validarlo?
E come faccio? Il sito è stato costruito appunto per html transitional...
FaX
purtoppo per questioni burocratiche non te lo posso far vedere... comunque sia innanzitutto togli
EMBED
e usa un js per il controllo del player
Ma il tag embed non serve per permettere di visualizzare il filmato anche con altri browser tipo Netscape?
Cosa intendi? Mi potresti spiegare meglio questa cosa?e usa un js per il controllo del player
Ti ringrazio tanto.
FaX
Prova ad inserire il filmato swf con questo codice
<object type="application/x-shockwave-flash" data="nomefile.swf" width="500" height="500"><param name="movie" value="nomefile.swf" /> </object>
questioni burocratike??Originariamente inviato da simone.xml
purtoppo per questioni burocratiche non te lo posso far vedere... comunque sia innanzitutto togli
EMBED
e usa un js per il controllo del player![]()
![]()
cmq il tuo trucco nn potrebbe essere il mettere un js estero ke fa document.write("codice")??![]()