27/06/2008, 05:57
|
| | | Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 21 años Puntos: 9 | |
Respuesta: Validación W3C en sitio Web con videos Hola PatomaS.
Si elimino la etiqueta embed no se ve el video.
Como no tengo forma de subirte un ejercicio ni la Web aquí te pongo el html: Cita: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<title>Titulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="verify-v1" content="r9DifG65z2ALL/9EhQWfDHLn7158/aPhYmJCG4O6FEQ=" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 days" />
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){
var miSlide = new Fx.Slide('imagenes');
$('ocultar_img').addEvent('click', function(e){
e = new Event(e);
miSlide.toggle();
e.stop();
});
miSlide.hide();
});
</script>
<script type="text/javascript">
window.addEvent('domready', function(){
var miSlide = new Fx.Slide('video');
$('ocultar_video').addEvent('click', function(e){
e = new Event(e);
miSlide.toggle();
e.stop();
});
miSlide.hide();
});
</script>
<style type="text/css">
body {
background-color: #FFFFFF;
background-image: url(images/degradado_fondo.gif);
background-repeat: repeat-x;
}
#flash {
z-index: -999;
}
</style>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link href="css/hoja_1.css" rel="stylesheet" type="text/css" />
<link href="css/hoja_2.css" rel="stylesheet" type="text/css" />
<link href="css/hoja_3.css" rel="stylesheet" type="text/css" />
<link href="css/hoja_4.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="banner">
<div id="menu">
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
</ul>
</div>
<div id="body">
<div id="contenido">
<div class="contenido">
<h2 class="titulo">Galería de Fotos </h2>
<p><strong>Stylo, Belleza y mucho mas 7 - 15 - 2008</strong></p>
<ul>
<li><a href="#noir" title="titulo de foto">
<img class="min" src="images/00001.jpg" width="70" height="70" border="0" alt="xxx" />
</ul>
<div id="alternar_img">
<a id="ocultar_img" title="Ver mas" class="vermas" href="javascript:void(0);"></a>
<p class="div"></p>
</div>
<div id="imagenes">
<ul>
<li><a href="#noir" title="titulo foto">
<img class="min" src="/00002.jpg" width="70" height="70" border="0" alt="xxx" />
</ul>
</div>
<h2 class="titulo">Galería de Videos </h2>
<p><strong>video_01</strong></p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_ 1&streamName=videos/01_expomotriz&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_S kin_1&streamName=videos/01_expomotriz&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<div id="alternar_video">
<a id="ocultar_video" title="Ver mas" class="vermas" href="javascript:void(0);"></a>
<p class="div"></p>
</div>
<div id="video">
<p><strong>video_02</strong></p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="240" id="FLVPlayer1">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_ 1&streamName=videos/01_expomotriz&autoPlay=false&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_S kin_1&streamName=videos/01_expomotriz&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer1" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</div>
<span class="barra_inferior"></span></div>
<div id="banner_flash">
<object type="application/x-shockwave-flash" data="swf/banner_01.swf" width="146" height="447">
<param name="wmode" value="transparent">
<param name="quality" value="high" />
<img src="http://www.nombre.com/imagen_flash.gif" width="146" height="350" alt="xxx" />
</object>
</div>
<br class="espacio" />
</div>
</div>
<div id="footer">
<div class="footer">
<ul>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
<li><a href="#" title="index">index</a></li>
</ul>
<br class="espacio" />
Direccion y otros
<br class="espacio" />
<p>© Copyright todos los derechos reservados</p>
</div>
</body>
</html>
__________________ Diseñador Gráfico publicitario |