Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/01/2006, 06:16
otraverix
 
Fecha de Ingreso: abril-2005
Mensajes: 372
Antigüedad: 19 años
Puntos: 0
Cita:
Iniciado por rakeljuice
Buenas, la página NO está hecha con frames. Lo puedes ver si miras el código fuente.
Este es el código de www.parkingactores.com:
Código HTML:
<html><head>
<meta name="KEYWORDS" content="parkingactores, actores, actrices, teatro, compañías, por amor al arte, catálogo, artes escénicas, i-tek, i-Tek, itek, editorial, promoción, eventos, videobook, producción, ocio, espectáculos, video, entradas, cine, rodaje gratuito,  pasacalles, fest"><meta name="DESCRIPTION" content="Almacén virtual de teatro, actores, actrices, magia, danza, música en DVD">
<title>PARKINGACTORES [TEATRO ACTORES ACTRICES MÚSICA DANZA MAGIA...]</title></head>
<!-- Redirection Services Redirector2C-DAL H1 -->
<frameset rows='100%, *' frameborder=no framespacing=0 border=0>
<frame src="http://www.itekmadrid.com/parkingactores/index.htm" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame>
</frameset>
<noframes>
<h2>Your browser does not support frames.  We recommend upgrading your browser.</h2><br><br>
<center>Click <a href="http://www.itekmadrid.com/parkingactores/index.htm">here</a> to enter the site.</center>
</noframes></html> 
...yo veo frames...por eso la dire de la pagina no cambia al redireccionarte, porque carga tu pagina en su Mainframe
Código HTML:
<frame src="http://www.itekmadrid.com/parkingactores/index.htm" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame> 
...mmm...tratá de probar poniendo tambien javascript en tu html, algo asi, pon esto en tu html (entre<head></head>)
Código HTML:
<script type="text/javascript">
<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=1,location=0,statusbar=0,men ubar=0,resizable=0,width=410,height=400');");
}
// -->
</script> 
y esto otro en el boton de tu SWF
Código:
on( release ){
getURL("javascript:popUp('tu_ventana.htm')")
}
donde dice 'tu_ventana' coloca el nombre del html que queres que te habra. Proba con esto. Igualmente creo que para habrir un fla en un determinado frame de un html es algo asi
Código:
on(release){
getURL("tu_pagina.html", "Mainframe")
}
Suerte!!! probá y contá!