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('<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>');
}
</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