24/09/2008, 11:06
|
| | Fecha de Ingreso: julio-2008
Mensajes: 3
Antigüedad: 16 años, 6 meses Puntos: 0 | |
Respuesta: Re: objeto flash en css URGENTE
Muy bien ya hice los cambios con los datos que comentas pero me resulta que se ve bien el sitio, pero no funcionan los enlaces dentro del mismo a traves de los botones ni nada solo veo el intro y si se carga la pelicula SWF aparentemente
saludos
Te pongo el código haber si puedes ayudarme con algo que haya pasado por alto
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>...Quinta Angie...</title>
<style>
.capafondo {z-index: 0;position:relative; left:0px; top:0px;}
.contenido {
z-index: 1;
position:absolute;
left:0px;
top:1px;
width: 87%px;
height: 98%;
scale: exactfit;
}
.contenedor {width:100%; height:100%; position:relative; margin:auto;}
</style>
</head>
<body>
<div class="contenedor">
<div class="capafondo">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="87%" height="98%">
<param name="movie" value="archivo.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="scale" value="exactfit" />
<embed src="index.swf" width="87%" height="98%" quality="high" scale="exactfit" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="opaque"></embed>
</object>
</div><div class="contenido"> "EN ESTE APARTADO CREO QUE ES DONDE TENGO EL PROBLEMA" QUE CODIGO DEBO INGRESAR AQUI
</div>
</div>
</body>
</html> |