Ver Mensaje Individual
  #14 (permalink)  
Antiguo 23/05/2007, 05:46
killoff
 
Fecha de Ingreso: mayo-2007
Mensajes: 14
Antigüedad: 18 años
Puntos: 0
Re: Perdida de sesion por menu flash

uf que va, sigue fallando, que asco de flash xD, si tiene que ser algo de cache porque tambien falla cuando cierro sesion, pincho en otra pagina, y me muestra hola tal, y la sesion ya esta cerrada porque si pincho en los enlaces de abajo ya la muestra bien, hay alguna otra manera de solucionar eso de la cache? podria ser tambien porque lo tengo dentro de un archivo externo y luego hago una llamada en cada pagina?
Código:
sub cabecera
response.write "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td background='fondo.jpg' align='right'>"
response.write("<script type='text/javascript'>AC_FL_RunContent('codebase','xoxxxxxx/xxax/xsh.cab#version=7,0,19,0','width','410','height','170','src','BOTONESDEAHORA','quality','high','pluginspage','xxxxxxxxxxxxxgo/getflashplayer','movie','BOTONESDEAHORA' ); //end AC code</script><noscript><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='xxxxxxxflash.cab#version=7,0,19,0' width='410' height='170'><param name='movie' value='BOTONESDEAHORA.swf'  /><param name='quality' value='high'/><embed src='BOTONESDEAHORA.swf' quality='high' pluginspage='xxxxxxxxxxxflashplayer' type='application/x-shockwave-flash' width='410' height='170'></embed></object></noscript>")
response.write("</object></div>")
response.write "</td></tr></table>"
end sub

Última edición por killoff; 23/05/2007 a las 05:53