Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/10/2004, 14:25
Silver
 
Fecha de Ingreso: noviembre-2001
Ubicación: México DF
Mensajes: 128
Antigüedad: 22 años, 5 meses
Puntos: 0
Y Netscape??

Saludos Maltos,
gracias por la respuesta... finalmente funcionó, ya no es necesario un frameset, todo está en un html y el código quedó así:
Código HTML:
<html>
	<head>
		<title> Sample using IFRAME </title>
		<style type="text/css">
			div.menu {
				position: absolute;
				top: 10px;
				left: 9px;
				height: 137px;
				width: 536px;
				z-index: 3;
			}
		</style>
	</head>
	<body>
		<div class="menu">
			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="190" height="130">
				<param name="movie" value="sample.swf">
				<param name="wmode" value="transparent">
				<embed src="sample.swf" width="190" height="130" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
			</object>
		</div>
		<iframe vspace="25" width="536" height="500" id="content" name="content" scrolling="yes" src="body.html"></iframe>
	</body>
</html> 
En Flash el botón tiene aplicada la siguiente acción:
Código:
on (release) {
	getURL("javascript:void(content.location.href='body2.html')");
}
Todo está perfecto.... ahora, hay algo similar que funcione en Netscape y los otros navegadores?? algún equivalente al IFRAME,

Saludos nuevamente y disculpa si ya el tema se ha debatido anteriormente, pero no logré encontrar respuesta en el buscador,

Silver
__________________
Nuedi Servicios SA de CV
http://www.nuedi.mx