Torna indietro   Hardware Upgrade Forum > Software > Programmazione

Marvel's Wolverine, la recensione: Logan torna protagonista in un'avventura brutale e intensa
Marvel's Wolverine, la recensione: Logan torna protagonista in un'avventura brutale e intensa
Marvel's Wolverine porta Logan in un'avventura inedita, violenta e fortemente narrativa, costruita attorno alla sua natura di combattente e al difficile rapporto con il proprio passato. Insomniac Games punta su combattimenti spettacolari, progressione e personalizzazione, inserendo l'azione in un mondo segnato dalla persecuzione dei mutanti. Un viaggio intenso, che alterna mattanza, esplorazione e momenti sorprendentemente emotivi.
DJI Romo 2: tante novità lo rendono un robot completo
DJI Romo 2: tante novità lo rendono un robot completo
Romo 2 è la seconda generazione di robot lavapavimenti di DJI, un modello che si caratterizza per la precisione nel sistema di navigazione e per il funzionamento particolarmente silenzioso. Con le modifiche introdotte in questa seconda versione, e un posizionamento di prezzo più allineato alla concorrenza, rappresenta una valida alternativa sul mercato delle soluzioni di pulizia domestica
Sony Bravia 9 II: il True RGB alla prova, dove l'LCD sfida l'OLED
Sony Bravia 9 II: il True RGB alla prova, dove l'LCD sfida l'OLED
Il primo Sony con retroilluminazione True RGB alla prova del banco di misura e dei contenuti: luminanza enorme, colori accurati in HDR e un antiriflesso molto efficace. I limiti sono due sole HDMI 2.1 e il blooming fuori asse
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 23-06-2005, 13:56   #1
Matrixbob
Senior Member
 
L'Avatar di Matrixbob
 
Iscritto dal: Jul 2001
Messaggi: 9948
[W3C] Rendere valida 1 pagina con bottoni flash si può?!

Gli errori sono ovviamente questi:
Codice HTML:
Line 45, column 15: there is no attribute "src"

<embed src="button1.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 45, column 37: there is no attribute "quality"

<embed src="button1.swf" quality="high" pluginspage="http://www.macromedia.c

✉ 

Line 45, column 56: there is no attribute "pluginspage"

...ton1.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/dow

✉ 

Line 45, column 149: there is no attribute "type"

...P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1

✉ 

Line 45, column 187: there is no attribute "width"

...application/x-shockwave-flash" width="100" height="22" ></embed>

✉ 

Line 45, column 200: there is no attribute "height"

...-shockwave-flash" width="100" height="22" ></embed>

✉ 

Line 45, column 205: element "embed" undefined

...kwave-flash" width="100" height="22" ></embed>

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).
e la pagina hce li genera questa "index.jsp":
Codice HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>SYSCONF | Admin's menù</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta name="Keywords" content="conferenze, gestione conferenze" />
  <meta name="Description" content="SYSCONF" />
  <link rel="stylesheet" type="text/css" href="css/ws-style.css" />
  <script language="javascript"  type="text/javascript" src="js/ws.js"></script>
</head>

<body onload="displayt(); MM_preloadImages('img/login2.jpg','img/loginreg2.jpg')">

<!-- logo e accesso admin/cliente -->
<div align="center"><fieldset id="altronominativo">
<table width="100%" align="center">
  <tr> 
    <td rowspan="2"><img src="img/folla.jpg" alt="folla" width="481" height="107" /></td>
    <td><div align="center"><strong>Area Administrator</strong><br />
	<a href="http://localhost:8080/www" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('admin','','img/login2.jpg',1)">
	<img src="img/login1.jpg" alt="area administrator" name="admin" width="70" height="41" border="0" id="admin" /></a>
    </div></td>
  </tr>
  <tr>
	<td><div align="center"><strong>Area Cliente</strong><br />
	<a href="acliente.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('cliente','','img/loginreg2.jpg',1)">
	<img src="img/loginreg1.jpg" alt="area cliente" name="cliente" width="210" height="41" border="0" id="cliente" /></a>
	</div></td>
  </tr>
</table>
</fieldset></div>
<!-- end logo e accesso admin/cliente -->



<p align="left" style="font-weight: bold; color: #FF0000;">[01] INSERISCI UN AUTORE:
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22">
    <param name="BGCOLOR" value="" />
    <param name="movie" value="button1.swf" />
    <param name="quality" value="high" />
    <embed src="button1.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22" ></embed>
  </object>
</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[02] INSERISCI UNA CONFERENZA COI SUOI EVENTI:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[03] VISUALIZZA GLI UTENTI ISCRITTI AD UNA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[04] RICERCA UN UTENTE PER NOME E COGNOME:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[05] RICERCA GLI UTENTI AFFILIATI AD UN ENTE:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[06] RIMUOVI UN UTENTE ISCRITTO AD UNA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[07] INSERISCI IL PROGRAMMA DELLA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[08] INSERISCI IL PROGRAMMA DEL WORKSHOP:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">[09] MODIFICA IL PROGRAMMA DELLA CONFERENZA:</p>
<p align="left" style="font-weight: bold; color: #0000FF;">[10] MODIFICA  IL PROGRAMMA DEL WORKSHOP:</p>
<p align="left" style="font-weight: bold; color: #FF0000;">&nbsp;</p>
<p align="left" style="font-weight: bold; color: #FF0000;">&nbsp; </p>
<div id="player3">Sei nell'area riservata ai gestori di SYSCONF - Torna alla <a href="index.php">Index</a><br /></div>
<div align="center"><font color="#993333" size="-1"><em><strong>Copyright 2004 - SYSCONF.
Tutti i diritti riservati. SYSCONF &egrave; un marchio registrato - Asti (AT).</strong></em></font></div>
</body>
</html>
__________________
Aiuta la ricerca col tuo PC: >>Calcolo distribuito BOINC.Italy: unisciti anche tu<<
Più largo è il sorriso, più affilato è il coltello.

Ultima modifica di Matrixbob : 23-06-2005 alle 14:00.
Matrixbob è offline   Rispondi citando il messaggio o parte di esso
Old 23-06-2005, 15:37   #2
lombardp
Senior Member
 
L'Avatar di lombardp
 
Iscritto dal: Jun 2002
Città: Firenze
Messaggi: 630
Prova a mettere questo:

Codice:
<object type="application/x-shockwave-flash" data="button1.swf" width="100" height="22">
<param name="movie" value="button1.swf" />
</object>
Potrebbe non fare streaming su IE nel caso il filmato sia molto lungo.
__________________
---> Lombardp
CSS Certified Expert (Master Level) at Experts-Exchange
Proud user of LITHIUM forum : CPU technology
Webmaster of SEVEN-SEGMENTS : Elettronica per modellismo
lombardp è offline   Rispondi citando il messaggio o parte di esso
Old 24-06-2005, 13:26   #3
Matrixbob
Senior Member
 
L'Avatar di Matrixbob
 
Iscritto dal: Jul 2001
Messaggi: 9948
Quote:
Originariamente inviato da lombardp
Prova a mettere questo:

Codice:
<object type="application/x-shockwave-flash" data="button1.swf" width="100" height="22">
<param name="movie" value="button1.swf" />
</object>
Potrebbe non fare streaming su IE nel caso il filmato sia molto lungo.
Magari poi provo, ma ormai ho abbondonato quella strada per rimanere sullo standard garantito!
__________________
Aiuta la ricerca col tuo PC: >>Calcolo distribuito BOINC.Italy: unisciti anche tu<<
Più largo è il sorriso, più affilato è il coltello.
Matrixbob è offline   Rispondi citando il messaggio o parte di esso
Old 25-06-2005, 08:46   #4
anonimizzato
 
Messaggi: n/a
Segui il consiglio di lombardp, sostanzialmente la validazione con un filmato Flash incorporato in modo "classico" impedisce la validazione a causa del tag proprietario embed.

qui http://www.alistapart.com/articles/flashsatay/ trovi un articolo dettagliato sul problema.
  Rispondi citando il messaggio o parte di esso
 Rispondi


Marvel's Wolverine, la recensione: Logan torna protagonista in un'avventura brutale e intensa Marvel's Wolverine, la recensione: Logan torna p...
DJI Romo 2: tante novità lo rendono un robot completo DJI Romo 2: tante novità lo rendono un ro...
Sony Bravia 9 II: il True RGB alla prova, dove l'LCD sfida l'OLED Sony Bravia 9 II: il True RGB alla prova, dove l...
Geely EX5, un mese al volante: il SUV elettrico cinese che ci ha sorpreso (quasi) senza riserve Geely EX5, un mese al volante: il SUV elettrico ...
Mova Z70 Ultra Roller Complete: motore potente, rullo di lavaggio e l'IA a guidare Mova Z70 Ultra Roller Complete: motore potente, ...
La Serie A con DAZN e Amazon Prime con l...
Giochi Ubisoft su Steam senza Ubisoft Co...
Miami Beach ha autorizzato la maxi opera...
Apple regala un altro anno di funzioni s...
Alla fine è successo davvero: Vol...
Il meglio di Amazon del weekend in uno s...
Speciale TV in offerta su Amazon: Hisens...
Non c'è pace per Trezor: 347.000 e-mail ...
È un portatile Dell e li vale tut...
Apple iPhone 17 Pro Max 256GB a 1.195€ (...
GPT-6 Astra è davvero AGI o non s...
LG OLED G6S 48'' a 845€ e G6 55'' a 1368...
Mantax Otax: il malware Android che crip...
Musk incassa un altro maxi contratto IA:...
Le vendite di EV sono esplose in tutto i...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 00:40.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v