Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Mar 2003
    Messaggi
    5

    W3C Validation : AIUTO!!!!!!!

    Ho sottoposto l'home page del mio sito W3C Markup Validation Service e ricevo sempre il seguente errore:
    "You have used an attribute with an element that is defined not to have that attribute. This is most commonly caused by using vendor-specific attributes without setting the document type appropriately."
    errore che si riferisce a :

    Line 23, column 15: there is no attribute "SRC" (explain...).
    <embed src="animazioni/index.swf" quality=high pluginspage="http://www.macro
    ^
    Line 23, column 46: there is no attribute "QUALITY" (explain...).
    ...d src="animazioni/index.swf" quality=high pluginspage="http://www.macromedia.
    ^
    Line 23, column 63: there is no attribute "PLUGINSPAGE" (explain...).
    .../index.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/dow
    ^
    Line 23, column 156: there is no attribute "TYPE" (explain...).
    ...P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1



    Qualcuno può aiutarmi dicendomi dove sbaglio???
    Grazie mille.
    Ps. non sono pratico dell'html e sono all'inizio.

  2. #2
    per mettere una applicazione flash in HTML devi usare il TAG OBJECT e non EMBED su flash ci dovrebbe essere un pulsante di anteprima sul web....(adesso non lo ho sottomano...cliccaci...ti dovrebbe far vedere la tua animazione su un browser...

    vai su visualizza-->HTML e copiati il codice...ciao
    Let's your dream came true!

  3. #3
    Utente di HTML.it
    Registrato dal
    Mar 2003
    Messaggi
    5
    potresti essere più chiaro in quanto ricevo ancora errori.Il codice originale è:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
    "http://www.w3.org/TR/REC-html40/loose.dtd">
    <html>
    <head>
    <title>. : : Utenti: .</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4 resized
    if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
    // -->
    </script>
    </head>

    <body bgcolor="#FFFFFF" text="#000000">
    <div id="Layer1" style="position:absolute; width:1003px; height:683px; z-index:1; left: 1px; top: -89px"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1003" height="683">
    <param name=movie value="animazioni/index.swf">
    <param name=quality value=high>
    <embed src="animazioni/index.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1003" height="683">
    </embed>
    </object></div>
    </body>
    </html>


    Ciao e grazie mille!!

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.