Embed válido pelo W3C
Hoje trabalhando em um projeto normal, tive que incluir um pequeno vídeo em flash e como estou meio que neurótico com SEO, já que estou estudando diariamente, veja minha estante.
Enfim, segue abaixo a maneira correta e incorreta de se fazer.
Invalido
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”950″ height=”224″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″><param name=”quality” value=”high” /><param name=”src” value=”http://www.site.com.br/img/site/video.swf” /><embed type=”application/x-shockwave-flash” width=”950″ height=”224″ src=”http://www.site.com.br/img/site/video.swf” quality=”high”></embed></object>
Válido
<object type=”application/x-shockwave-flash” width=”950″ height=”224″ data=”http://www.site.com.br/img/site/site.swf”>
<param name=”movie” value=”http://www.site.com.br/img/site/site.swf” />
Instale o Flash Player para ver este vídeo. <a href=”http://get.adobe.com/br/flashplayer/” title=”Instalar player de flash” style=”font-weight:bold;”> Cliquei aqui para instalar </a>
</object>
This entry was posted by Renan Lima on 7 de abril de 2010 at 09:57, and is filed under Programação. Follow any responses to this post through RSS 2.0.You can skip to the end and leave a response. Pinging is currently not allowed.
Não funciona no FF