Pagina 1 di 4 1 2 3 ... ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 33
  1. #1
    Utente di HTML.it L'avatar di ilpiubello
    Registrato dal
    May 2000
    Messaggi
    2,685

    validare sito html/flash

    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

  2. #2
    posta i messaggi che ti restituisce il w3c


  3. #3
    Utente di HTML.it L'avatar di ilpiubello
    Registrato dal
    May 2000
    Messaggi
    2,685
    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

  4. #4
    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

  5. #5
    io ho escogitato un metodo simile...e ho validato il sito in xhtml 1.0

  6. #6
    Utente di HTML.it L'avatar di ilpiubello
    Registrato dal
    May 2000
    Messaggi
    2,685
    Quindi, non è possibile validarlo?

    E come faccio? Il sito è stato costruito appunto per html transitional...
    FaX

  7. #7
    purtoppo per questioni burocratiche non te lo posso far vedere... comunque sia innanzitutto togli

    EMBED

    e usa un js per il controllo del player

  8. #8
    Utente di HTML.it L'avatar di ilpiubello
    Registrato dal
    May 2000
    Messaggi
    2,685
    Ma il tag embed non serve per permettere di visualizzare il filmato anche con altri browser tipo Netscape?

    e usa un js per il controllo del player
    Cosa intendi? Mi potresti spiegare meglio questa cosa?

    Ti ringrazio tanto.
    FaX

  9. #9
    Utente di HTML.it L'avatar di S300
    Registrato dal
    May 2003
    Messaggi
    33
    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>

  10. #10
    Utente di HTML.it
    Registrato dal
    Sep 2002
    Messaggi
    4,127
    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
    questioni burocratike??
    cmq il tuo trucco nn potrebbe essere il mettere un js estero ke fa document.write("codice")??

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.