fback
Usuario Novato
Usuario Novato

Estoy terminando mi web en la que incluyo algunas animaciones flash.... lo que pasa es que me gustaría que mi pagina cumpliera los estándares en accesibilidad "W3C". En las páginas en las que no hay elementos flash, éstas pasan bien el "HTML Validator", pero en cuanto hay un flash me da los siguentes errores:

=========================================================================
Line 78, column 21: there is no attribute "SRC"

<embed src="Flash/intro.swf" quality="high" pluginspage="http://www.ma

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

...<embed src="Flash/intro.swf" quality="high" pluginspage="http://www.macromedi

Line 78, column 66: there is no attribute "PLUGINSPAGE"

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

Line 78, column 117: there is no attribute "TYPE"

...cromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="7

Line 78, column 155: there is no attribute "WIDTH"

...application/x-shockwave-flash" width="720" height="486"></embed>

Line 78, column 168: there is no attribute "HEIGHT"

...-shockwave-flash" width="720" height="486"></embed>

Line 78, column 173: element "EMBED" undefined

...kwave-flash" width="720" height="486"></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).
==========================================================================

¿Alguien sabría como arreglar esto?

Muchas gracias de antemano por vuestras respuestas

Avatar Image
User 390661
@man / @woman
@man / @woman

Declaralo como transicional en lugar de strict Sonrisa Gigante

fback
Usuario Novato
Usuario Novato

Hola de nuevo, este mensaje va dirigido para todos en general y para satan_husein en particular. No llevo mucho tiempo dedicandome al diseño web y las declaraciones tipo "strict" no se como usarlas. Te agradecería enormemente me escribieras una pequeña plantilla o fórmula para poder insertar mis flash en las páginas.

- ¿Cómo se hace el cambio de declaración?

Muchísimas gracias de antemano.

Avatar Image
User 390661
@man / @woman
@man / @woman

En la linea uno del documento reemplaza

Codigo:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

por
Codigo:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

fback
Usuario Novato
Usuario Novato

Muchas gracias... pero no me fue suficiente, al final a parte de hacerlo strict, también tuve que incluir el siguiente código cada vez que tenía un flash insertado:


<object
classid="clsidMuchas risas27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="486">
<img src="Imagenes/access.gif" alt="Principal" width="2" height="2" />
<param name="movie" value="Flash/intro-access.swf" />
<param name="quality" value="high" />
</object>

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares