Búsqueda personalizada

17 de junio de 2011

Reproduce archivos SWF facilmente

Simplemente es un script de poco peso en el que se establece la siguiente sintaxis JavaScript:








function swfEmbed(file,width,height) {
document.write('<embed src="' + file + '" width="' + width + '" height="' + height + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noscale" wmode="transparent"></embed>');
}
function swfEmbedScale(file,width,height) {
document.write('<embed src="' + file + '" width="' + width + '" height="' + height + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
}




Para utilizar el Script basta con usar este codigo y cambiar los valores resaltados (esto lo ubicamos en un post).:



<script>swfEmbed('URL_SWF','ANCHO','ALTO');</script>




Y para un SWF con escala:





<script>swfEmbedScale('URL_SWF','ANCHO','ALTO');</script>




Para Aplicar el Script a nuestro blog , debemos hacer la siguiente menciòn al archivo:



<script src="http://lacrax07.googlepages.com/swf_embed.js" type="text/javascript"></script>




O bien , para no usar un host externo que podria fallar:



<script type="text/javascript">

function swfEmbed(file,width,height) {
document.write(&#039;&lt;embed src=&quot;&#039; + file + &#039;&quot; width=&quot;&#039; + width + &#039;&quot; height=&quot;&#039; + height + &#039;&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; scale=&quot;noscale&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&#039;);
}
function swfEmbedScale(file,width,height) {
document.write(&#039;&lt;embed src=&quot;&#039; + file + &#039;&quot; width=&quot;&#039; + width + &#039;&quot; height=&quot;&#039; + height + &#039;&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&#039;);
}

</script>




Obiamente ubicando uno de ello debajo de la Tag </head>

0 opiniones:

Publicar un comentario

Hola , el blog nesesita tu commentario asi que por favor escribe lo que tu de verdad quieras

Posicionamiento en buscadores

El secreto del Posicionamiento en Google está en los enlaces. Los buscadores valoran la popularidad de un sitio por el número de enlaces hacia el mismo y su calidad. Sin duda el posicionamiento web y el link building es un paso clave para cualquier blog.

Posicionamiento en buscadores

 

Copyright © 2011 Marketing y Posicionamiento en Internet. Trucos blogger | Design by Kenga Ads-template