Foros del Web » Programando para Internet » Javascript »

banners Flash en forma aleatoria

Estas en el tema de banners Flash en forma aleatoria en el foro de Javascript en Foros del Web. Muy buenas tardes, tengo este script: Cita: <SCRIPT LANGUAGE="JavaScript"> // Comienzo var banners = 2; var ahora = new Date() var segundos = ahora.getSeconds() var ...
  #1 (permalink)  
Antiguo 19/10/2010, 14:58
 
Fecha de Ingreso: agosto-2008
Mensajes: 97
Antigüedad: 15 años, 8 meses
Puntos: 0
banners Flash en forma aleatoria

Muy buenas tardes, tengo este script:
Cita:
<SCRIPT LANGUAGE="JavaScript">


// Comienzo
var banners = 2;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % banners;
ad +=1;
if (ad==1) {
flash="Publicidad/1.swf"
width="550";
height="245";
}
if (ad==2) {
flash="Publicidad/2.swf"
width="550";
height="245";
}

document.write('<center>');
document.write('<OBJECT CLASSID=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=' + width + ' height=' + height + ' CODEBASE=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0\">');
document.write('<PARAM NAME=\"MOVIE\" VALUE=\"' + flash + '\">');
document.write('<PARAM NAME=\"PLAY\" VALUE=\"true\">');
document.write('<PARAM NAME=\"LOOP\" VALUE=\"true\">');
document.write('<PARAM NAME=\"QUALITY\" VALUE=\"high\">');
document.write('<EMBED SRC=' + flash + ' width=' + width + ' height=' + height + ' PLAY=\"true\" LOOP=\"true\" QUALITY=\"high\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash\">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</center>');
// Fin

</SCRIPT>
Funciona bien pero le quiero poner trasparencia y le añadí lo siguiente:
Cita:
document.write('<PARAM NAME="wmode" value="transparent"">');
La trasparencia funciona bien en internet explore pero en Firefox no que puedo hacer para añadirle trasparencia y que funcione bien en todos los navegadores.
  #2 (permalink)  
Antiguo 19/10/2010, 15:08
Avatar de _cronos2
Colaborador
 
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 13 años, 10 meses
Puntos: 310
Respuesta: banners Flash en forma aleatoria

Pero eso no tendrá que ver con JS sino con flash, digo yo.
Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red

Etiquetas: aleatoria, flash, formulario, banner
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 03:37.