Foros del Web » Creando para Internet » HTML »

Como solucionar estos errores de Validacion W3C

Estas en el tema de Como solucionar estos errores de Validacion W3C en el foro de HTML en Foros del Web. Hola: Estoy intentando validar una página mediante W3C, lo único que me da errores es una animacion flash, he buscado por ahi pero no he ...
  #1 (permalink)  
Antiguo 20/10/2006, 13:28
 
Fecha de Ingreso: abril-2003
Mensajes: 363
Antigüedad: 21 años
Puntos: 3
Como solucionar estos errores de Validacion W3C

Hola:

Estoy intentando validar una página mediante W3C, lo único que me da errores es una animacion flash, he buscado por ahi pero no he encontrado nada para solucionarlo.

El codigo es:
Código:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','770','height','92','src','menu-1','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','menu-1' ); //end AC code
    </script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="770" height="92">
  <param name="movie" value="menu-1.swf" />
  <param name="quality" value="high" />
  <embed src="menu-1.swf" width="770" height="92" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
Los errores son los siguiente:
Código:
Error Line 35 column 13: there is no attribute "src".
  <embed src="menu-1.swf" width="770" height="92" quality="high" pluginspage="ht

Error Line 35 column 32: there is no attribute "width".
  <embed src="menu-1.swf" width="770" height="92" quality="high" pluginspage="ht

Error Line 35 column 45: there is no attribute "height".
... src="menu-1.swf" width="770" height="92" quality="high" pluginspage="http://

Error Line 35 column 58: there is no attribute "quality".
...swf" width="770" height="92" quality="high" pluginspage="http://www.macromedi

Error Line 35 column 77: there is no attribute "pluginspage".
...ight="92" quality="high" pluginspage="http://www.macromedia.com/go/getflashpl 

Error Line 35 column 128: there is no attribute "type".
...cromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

Error Line 35 column 159: element "embed" undefined.
... type="application/x-shockwave-flash"></embed>


Error Line 49 column 173: element "embed" undefined.
... type="application/x-shockwave-flash"></embed>
¿Alguno sabe como puedo solucionarlo?

Muchas Gracias
  #2 (permalink)  
Antiguo 20/10/2006, 14:17
Avatar de webosiris
Moderador egiptólogo
 
Fecha de Ingreso: febrero-2002
Ubicación: Luxor, Egipto
Mensajes: 10.725
Antigüedad: 22 años, 2 meses
Puntos: 998
borrá toda la última línea (la que dice embed) Embed no es html válido.
Y el object hacelo así:
Código HTML:
<object type="application/x-shockwave-flash" data="menu-1.swf" 	width="770" height="92">
<param name="movie" value="menu-1.swf" />
</object> 
__________________
Pasamos tus PSD a HTML

Pobre del que lo sabe todo, porque no tiene nada más que aprender ni razón para vivir. -
  #3 (permalink)  
Antiguo 20/10/2006, 17:37
 
Fecha de Ingreso: abril-2003
Mensajes: 363
Antigüedad: 21 años
Puntos: 3
Cita:
Iniciado por webosiris Ver Mensaje
borrá toda la última línea (la que dice embed) Embed no es html válido.
Y el object hacelo así:
Código HTML:
<object type="application/x-shockwave-flash" data="menu-1.swf" 	width="770" height="92">
<param name="movie" value="menu-1.swf" />
</object> 
¿entonces el parametro de quality lo tengo que quitar también?
¿Para que sirve exactamente la etiqueta embed?

Gracias por tu respuesta

Última edición por yazo; 20/10/2006 a las 17:52
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 11:12.