Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/01/2007, 22:52
OXIGENO
 
Fecha de Ingreso: febrero-2002
Mensajes: 442
Antigüedad: 22 años, 1 mes
Puntos: 2
Re: Evitar grabar imagenes en el disco duro

nocturno.. buenas noches..
bueno.. prueba agregando en el htm.. o php o donde tengas embebido el swf , agregarle este html en el header

Código:
<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT">
<meta http-equiv="Last-Modified" content="Sun, 25 Jul 2004 16:12:09 GMT">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="Pragma" content="nocache">
y sino tambien puedes escribirlo con php...
Código:
 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
 header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
 header("Cache-Control: no-store, no-cache, must-revalidate");
 header("Cache-Control: post-check=0, pre-check=0", false);
 header("Pragma: no-cache");
SALUDOS
__________________
tech-nico.com