me pasa una cosa muy curiosa. Resulta que tengo una web realizada en Flash, esta web al visualizarla en un navegador me da un Código fuente (el correcto) pero al subir la web a FTP me cambia totalmente el código...
dejo el code Antes y Después..
Antes
Código :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="shortcut icon" href="favicon.gif"> <title>e m b o r a -> e s t u d i o g r á f i c o</title> <META NAME="description" CONTENT="Estudio de diseño gráfico y web. Imagen corporativa, diseño editorial, cartelería, packaging, promociones/publicidad, eventos, productos multimedia, exposiciones"> <META name="keywords" content="embora, estudio embora, studio embora, estudioembora, studioembora, Imagen corporativa, diseño editorial, cartelería, packaging, promociones/publicidad, eventos, productos multimedia, exposiciones, grupo pK, grupo creativo pK, logotipos, creacion de logotipos"> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> </head> <body bgcolor="#ffffff", topmargin="0", rightmargin="0" scroll="auto"> <table width="100" border="0" align="right" cellpadding="0" cellspacing="0"> <tr> <td><script type="text/javascript"> if (AC_FL_RunContent == 0) { alert("Esta página requiere el archivo AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','1000','height','700','id','index','align','right','src','index','scale','exactfit','bgcolor','#ffffff','name','index','allowscriptaccess','sameDomain','allowfullscreen','false','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','index' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1000" height="700" id="index" align="right"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="index.swf" /> <param name="bgcolor" value="#ffffff" /> <param name="SCALE" value="exactfit" /> <embed src="index.swf" width="1000" height="700" align="right" scale="exactfit" bgcolor="#ffffff" name="index" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed> </embed> </embed> </object> </noscript></td> </tr> </table> </body> </html>
y una vez subido
Después
Código :
<html> <head> <title></title> </head> <frameset rows="100%,*" border="0" frameborder="0" framespacing="0" framecolor="#000000"> <frame src="http://grupopk.com/embora/embora.html" name="Destino" scrolling="auto" MARGINHEIGHT="0" MARGINWIDTH="0"> </frameset> <NOFRAMES> <br> <A href="http://grupopk.com/embora/embora.html"> http://grupopk.com/embora/embora.html </A> </NOFRAMES> </html>
esto es cosa de fantasmas?¿?¿?
La web está redirigida a un dominio a parte perooo... esto no tendría que afectar.. o si?¿?¿
gracias milll