Visualizzazione dei risultati da 1 a 8 su 8
  1. #1

    validazione codice html oggetto flash

    Ciao ragazzi, sto validando le mie pagine html come tutti in qst periodo e ovviamente come tutti ho dei problemini.
    Ho letto e riletto e ho letto proprio qui che EMBED non va bene e amen.
    Ma adesso che gl manca?
    Posto il risultato della validazione. Grazie per l'aiuto

    Below are the results of attempting to parse this document with an SGML parser.

    Line 14, column 16: there is no attribute "SRC"

    <object src="Movie1.swf" quality="high" pluginspage="http://www.macromedia.c

    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 14, column 37: there is no attribute "QUALITY"

    <object src="Movie1.swf" quality="high" pluginspage="http://www.macromedia.c



    Line 14, column 56: there is no attribute "PLUGINSPAGE"

    ...vie1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashpl

    Dichiarazione di encoding:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>:::Buon Natale::: </title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="foglio.css" rel="stylesheet" type="text/css">
    </head>

    <body>
    <div align="center">
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="512" height="384" align="middle" title="Buon Natale">
    <param name="movie" value="Movie1.swf">
    <param name="quality" value="high">
    <object src="Movie1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="512" height="384"></object></object>
    <p class="stile1"></p>
    </div>
    </body>
    </html>

  2. #2
    Qui viene spiegato come fare per rispettare gli standard
    http://www.alistapart.com/articles/flashsatay/

    Ciao

  3. #3

    l'inglese nn e' proprio il mio forte - non ho capito se devo fare varie prove o altro


    Originariamente inviato da gaþriele
    Qui viene spiegato come fare per rispettare gli standard
    http://www.alistapart.com/articles/flashsatay/

    Ciao

  4. #4
    La disperazione ha dato i suoi frutti
    la pagina e' valida!! e forse forse l'inglese non e' piu' tanto un problema... scherzo son sempre una schiappa ma mi hai risolto un bel problema! Grazie bacio

    Originariamente inviato da mary201067

    l'inglese nn e' proprio il mio forte - non ho capito se devo fare varie prove o altro

  5. #5
    niente

    Ciao

  6. #6

    sfondo swf trasparente

    scusate se rilancio
    premesso che ancora non mi funziona il caricamento dell'swf esterno ma...ci posso arrivare applicandomi un po' di più.
    Avrei invece un problema più spinoso di validazione :master:

    come posso mantenere lo sfondo trasparente dell'swf senza usare EMBED?


    object type="application/x-shockwave-flash" data="box.swf?path=re.swf" width="200" height="100">
    <param name="movie" value="content.swf?path=re.swf"/>
    <param name="wmode" value="transparent"/>
    <param name="quality" VALUE="high"/>
    </object>

    <embed src="re.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="200"
    height="100" align="middle"
    wmode=transparent/>
    </embed>
    La prima riga in rosso non viene validata: il valore transparent non viene riconosciuto

    CIAO
    La cosa più pericolosa da fare è rimanere fermi. W. S. Burroughs

  7. #7
    Utente di HTML.it L'avatar di jepers
    Registrato dal
    Nov 2004
    Messaggi
    214

    validare flash

    Il codice da usare è questo:

    codice:
    <object type="application/x-shockwave-flash" data="immagine.swf?path=immagine.swf" width="larghezza" height="altezza" title="animazione in Flash">
    
    <param name="movie" value="immagine.swf" />
    
    <param name="movie" value="immagine.swf?path=immagine.swf" />
    
    <param name="wmode" value="transparent" /> 
    
    [img]immagine.jpg[/img]
    
    </object>
    Est modus in rebus...

  8. #8
    Ti ringrazio tantissimo!!!
    La validazione funziona.
    Ora mi do da fare per il resto

    ciaooooooooo
    La cosa più pericolosa da fare è rimanere fermi. W. S. Burroughs

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.