| |||
Respuesta: banner aleatorio en flash Yo lo intente con java script pero tuve problemas con la trasparencia por eso me gustaría intentarlo con flash el java script que use fue este 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> |
| ||||
Respuesta: banner aleatorio en flash ehm, según parece son 2 swf distintos, así el asunto, se tendría que usar javascript por ej para crear una variable aleatoria entre 1 y 2 en este caso, por ej
Código Javascript:
Ver original y luego hacer el if con esta variable
__________________ "Si consigues ser algo más que un hombre, si te entregas a un ideal, si nadie puede detenerte, te conviertes en algo muy diferente." Visita piggypon.com |
| |||
Respuesta: banner aleatorio en flash Hola yo lo he hecho con AS, tengo los nombres de de los banners (todos SWF) en XML y les asigno un valor o id, lo cargo dentro de un SWF principal, y ahi tengo un movieclip vacio, un timer para cargar un SWF dentro de éste movieclip aleatoreamente, funciona perfecto. Saludos |
Etiquetas: |