
06/05/2009, 05:41
|
 | | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 5 meses Puntos: 12 | |
Respuesta: cómo hacer que un .swf en concreto no se guarde en caché Algo así:
nocache = "?nocaching="+random(65000);
//load Movie Behavior
if(this.noticiario == Number(this.noticiario)){
loadMovieNum("noticias.swf"+nocache,this.noticiari o);
} else {
this.noticiario.loadMovie("noticias.swf"+nocache);
}
//End Behavior
Sacamos del if el random para que afecte a las dos opciones.
Un saludo
__________________ Chanante! |