Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/01/2003, 04:44
Avatar de ivan02
ivan02
 
Fecha de Ingreso: diciembre-2001
Mensajes: 449
Antigüedad: 22 años, 4 meses
Puntos: 2
encontr este code
pero le encuentro varios problemas


no puede ver cuantas aparisiones o porsentages de aparicion

y algo todavia peor que no se puede meter la direccion a donde se quiere ir



si algien tine otro codigo o me ayuda a que este pueda tener direccion hacia la pagina sa los agradeseria mucho

<SCRIPT LANGUAGE="JavaScript">

var banners = 3;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % banners;
ad +=1;
if (ad==1) {
flash="banner1.swf"
width="468";
height="60";
}
if (ad==2) {
flash="banner2.swf"
width="468";
height="60";
}
if (ad==3) {
flash="banner3.swf"
width="468";
height="60";
}
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>');


</SCRIPT>


si algien tine otro codigo o me ayuda a que este pueda tener direccion hacia la pagina sa los agradeseria mucho